/profile/get

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

Response CodeErrorMessageScenarioResolution
200 OK-"stat": "ok"Get profile of verified user with correct access token-
400 Bad Requesthttp_exception"Invalid json format"Empty payloadAdd the payload.
400 Bad Requestinvalid_parameters"Invalid json format"Invalid JSON format used in the payload.Use correct JSON format for the payload.
401 Unauthorizedhttp_exception"Unauthorized"Used an invalid access tokenEnter a valid token value.
403 Forbiddenhttp_exception"Forbidden"Used an invalid client_id (no access)Enter a valid client_id value.