Skip to main content
The Safefy API uses conventional HTTP response codes to indicate the success or failure of requests.

Response format

Success:
Error:

HTTP status codes


Error codes


Handling errors


Rate limiting

When you exceed the allowed request rate, the API returns 429 Too Many Requests with a Retry-After header indicating how many seconds to wait before retrying.
Always read the Retry-After header and wait the specified duration before retrying. Ignoring this header and retrying immediately will continue to return 429.