User Information

Endpoint

https://app.wabais.com/api/user

Method

GET

Authentication

Bearer Token

Body Type

None

Sample Response

{
    "data": {
        "id": "63a6c7f5603ef809c7c2",
        "name": "John Doe",
        "email": "johndoe@@mailinator.com",
        "country_code": null,
        "phone": null,
        "company_name": null,
        "active": 1,
        "company": {
            "id": "63a6c7f68aef809c7c3",
            "name": "Westeros",
            "address": "New York, US",
            "logo": {
                "file_path": "/storage/images/4310.jpg"
            }
        },
        "avatar": {
            "file_path": "/storage/images/Visenya.jpg"
        }
    }
}


file_path - Append the base url to the file path. E.g https://app.wabais.com/storage/images/Visenya.jpg