Troubleshooting
If you have any questions about how the Craft API works, please email us at hello@craft.co.
Error handling
Craft API uses the following HTTP error codes:
Error code | Error message | Meaning |
200 |
| Everything went well. |
401 |
| Your API key is wrong. |
404 |
| The specified URL could not be found. |
405 |
| You tried to access the API with an invalid method. |
500 |
| We had a problem with our server. Please contact us. |
502, 503, 504 |
| We are temporarily offline for maintenance. Please try again later. |
Last updated