allowed methods
default server responses
success
| code |
short name |
description |
| 200 |
OK |
the request was successful |
| 201 |
Created |
the request was successful and a resource was created |
| 204 |
No Content |
the request was successful but the response is empty |
errors
| code |
short name |
description |
| 400 |
Bad Request |
the request could not be understood or was missing required parameters |
| 401 |
Unauthorized |
invalid token provided |
| 402 |
Payment Required |
payment is due or expired |
| 403 |
Forbidden |
access denied |
| 404 |
Not Found |
resource was not found |
| 409 |
Conflict |
resource conflict found |
| 411 |
Length Required |
resource is not the valid length |
| 426 |
Upgrade Required |
the system needs to be updated |
| 500 |
Internal Server Error |
something went wrong, please contact your administrator |
responses body
the response will vary based on the request executed.