Errors
The DiscoLike API uses conventional HTTP response codes to indicate success or failure of requests.
| Error Code | Meaning |
|---|---|
| 400 | Bad Request — Your request is invalid |
| 401 | Unauthorized — Your API key is wrong |
| 403 | Forbidden — You don’t have access to this resource |
| 404 | Not Found — The specified resource could not be found |
| 422 | Unprocessable Entity — The request was well-formed but contains semantic errors |
| 429 | Too Many Requests — You’re making too many requests |
| 500 | Internal Server Error — We had a problem with our server |
| 503 | Service Unavailable — We’re temporarily offline for maintenance |