Forbidden
Description
Request that you try to execute require particular permissions to be associated with the access token that you pass to the call.
How to fix
-
Check what permissions are required for the API call in API reference
-
Validate implementation from your side and make sure that all required permissions are requested for the access token used to do the API call
Example
HTTP/1.1 403 Forbidden
content-length: 165
content-type: application/problem+json
date: Mon, 11 Oct 2021 10:42:01 GMT
upvest-request-id: 307e1425-37d5-4052-8ad3-7b9c43ce9be8
{
"type": "https://docs.upvest.co/errors/forbidden",
"status": 403,
"title": "Forbidden",
"request_id": "307e1425-37d5-4052-8ad3-7b9c43ce9be8"
}
Was this page helpful?