The following set of APIs pertains to the Users on the Instamojo Platform.
Scopes (for the access token that is used) required to the run the User APIs:
user-contact:read
user-info:read
Error codes and their meanings :
| HTTP Codes | HTTP Codes |
|---|---|
| 401 Unauthorized | { "error": "Invalid Client Id" } |
| 401 Unauthorized | { "error": "Invalid or expired Client Id Exp" } |
| 403 Forbidden | { "error": "Invalid scopes" } |
| 404 Not Found | { "error": "Invalid Account Id" } |
