User Information

Endpoint

api/user

Method

GET

Authentication

Bearer Token

Body Type

None

Sample Response

{
    "data": {
        "id": "63a6c7f5603218aef809c7c2",
        "name": "Visenya Targaryen",
        "email": "visenyatargaryen@mailinator.com",
        "country_code": null,
        "phone": null,
        "company_name": null,
        "active": 1,
        "company": {
            "id": "63a6c7f6603218aef809c7c3",
            "name": "Westeros",
            "address": " Nairobi, Nairobi County, Kenya,",
            "logo": {
                "file_path": "/storage/images/4100.jpg"
            }
        }
    }
}