cropped-cropped-cropped-cropped-cropped-activitylist-blue-1.png

Get user

This API endpoint enables to get the data of an existing user.

Url

/api/v1/user

Method

GET

Content-Type

multipart/form-data

Authorization

Bearer Token

Response 200

{
    "data": {
        "date_created": "2023-06-01T07:43:21.525403",
        "email": "guest_abc@guest.com",
        "id": 8,
        "is_verified": false,
        "last_updated": "2023-06-01T07:43:21.525410",
        "password": "$2b$12$6RBZf0dC2sCXNOeyFbL1MOXxIb.cSfDhmpbllhcIO6EdXKkVRYz3i",
        "user_detail": {
            "address": "kathmandu",
            "date_created": "2023-06-01T07:43:21.529319",
            "facebook_profile": null,
            "id": 8,
            "insta_profile": "dotslash80",
            "last_updated": "2023-06-01T08:05:57.696161",
            "phone_contact": null,
            "profile_picture": "8.png",
            "tiktok_profile": null,
            "twitter_profile": null,
            "user_id": 8,
            "whatsapp_contact": null
        },
        "username": "guest_abc"
    },
    "message": null,
    "status": "success"
}