v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Fetch parent account.

This is endpoints is used fetch user detail for parent account, this account are master account tethered for you to user.

get/users/me

Response

200

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Successful",
  "data": {
    "id": "23azi7bj",
    "sn": "QDXXIRPXXKS",
    "email": "test@gmail.com",
    "first_name": "test",
    "last_name": "user",
    "display_name": "testapp",
    "created_at": "2021-04-09T10:48:14.000+01:00",
    "updated_at": "2021-04-09T11:54:32.000+01:00"
  }
}