HTTP status codes
Here's a list of the status codes used in Trail:
| Status Code | Name | Description |
|---|---|---|
| 200 | OK | Request fulfilled |
| 201 | Created | New resource created |
| 400 | Bad Request | Request not understood |
| 401 | Unauthorized | Invalid API token |
| 409 | Conflict | Request conflict with the current state of the target resource |
| 429 | Too many requested | Rate limit has been exceeded |
| 500 | Internal Server Error | Generic server error |