Arqera Workforce Docs
Documentation
Implementation guides, API specs, and evidence methodology for Arqera Workforce.
Error Codes
Standard error payloads returned by the Arqera API.
On This Page
Error response format
Errors return a consistent JSON payload with a message and optional details.
{
"detail": "Invalid API key"
}Common errors
Use these to troubleshoot quickly.
400 Bad Request — Invalid payload
401 Unauthorized — Missing/invalid auth
403 Forbidden — Missing tenant membership
404 Not Found — Resource missing
429 Too Many Requests — Rate limit reached
500 Internal Server Error — Unexpected failure