Get Profile

/profile/get

These are the possible response codes when you make an API call to the /profile/get endpoint.

Response Code

Error

Message

Scenario

Resolution

200 OK

"stat": "ok"

Get profile of verified user with correct access token

400 Bad Request

http_exception

"Invalid json format"

Empty payload

Add the payload.

400 Bad Request

invalid_parameters

"Invalid json format"

Invalid JSON format used in the payload.

Use correct JSON format for the payload.

401 Unauthorized

http_exception

"Unauthorized"

Used an invalid access token

Enter a valid token value.

403 Forbidden

http_exception

"Forbidden"

Used an invalid client_id (no access)

Enter a valid client_id value.