Skip to main content

Error codes

All Firmium API endpoints require a valid API key. These codes can appear in responses.

400 – Bad Request

The request is malformed or incomplete.

401 – Unauthorized

The token is missing, invalid, or expired.

403 – Forbidden

You are authenticated but not allowed to perform this action.

404 – Not Found

The requested resource does not exist.

409 – Conflict

The request conflicts with existing state, for example creating a resource that already exists.

429 – Too Many Requests

The rate limit was exceeded.

500 – Internal Server Error

An unexpected error occurred. Retry later.