Responses from the Share API uses HTTP response codes to denote success and various errors.
Code | Description |
---|---|
200 | Success |
400 | Incorrect or invalid input parameter(s) |
401 | The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or the openid scope is missing when you 'Get authorization code' |
403 | The token is missing a scope |
500 | Internal server error |