Error Messages for Cloud APIs
Article Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
Moderator
Created
2 weeks ago
Error Code and Message | Recommended Solution |
HTTP 401
|
|
HTTP 401
|
Authorization: Bearer {token} header is missing or incorrect, or token is invalid. |
HTTP 404
|
Request is being sent to us1.alteryxcloud.com . Check that request is being sent to api.us1.alteryxcloud.com |
403 Forbidden
|
This means you do not have the Platform permissions necessary to call the API. Check with your admin about giving you different permissions to complete the action. |
401 Unauthorized
|
This means you didn’t include an API Project ID. Make sure you get an API Project ID from the Alteryx IO Developer Console in Library. |
HTTP 400 Bad Request
|
You have send a GET request with a body. GET requests should not have a body. |
In the API Explorer: |
This means that the workspace you are trying to use does not work with the API Explorer yet. This might be because it requires SSO, or some other reason. Try using a different workspace, if possible, or calling the API in Postman or through a programming language. |
403 OK Error in the API Explorer |
This means you are trying to call an API that you do not have access to. You might be attempting to call an Admin API without Admin privileges. |
Labels: