/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 |
| "Invalid json format" | Empty payload | Add the payload. |
400 Bad Request |
| "Invalid json format" | Invalid JSON format used in the payload. | Use correct JSON format for the payload. |
401 Unauthorized |
| "Unauthorized" | Used an invalid access token | Enter a valid |
403 Forbidden |
| "Forbidden" | Used an invalid | Enter a valid |