HTTP Status Codes¶
There are a number of possible responses to this request.
| Code | Message | Notes |
|---|---|---|
| 200 | The upload was successful. | |
| 403 | Access Denied | Either the user does not have permission to use this request, or the submitted API key was not correct. |
| 404 | Not Found | The URL was not correct. |
| 415 | Requested Type Is not Supported | Unsupported Media Type: The Portal API supports only application/json and application/xml as formats. |
| 422 | Unprocessable Entity | The request was ill formed and the server could not process it. |
| 500 | Internal Server Error | An unexpected error occurred on the server side. |
Parent topic:File Upload