Skip to main content
GET
/
user
/
{id}
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "clientAccountLimit": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string
required

Response

200 - application/json

User found

success
boolean

Indicates if the request was successful

message
string | null

Response message, null if successful

data
object