API ReferenceLive
Errors
Yera Connect API errors return standard HTTP status codes and machine-readable details where possible.
Status codes
- 200 Success
- 201 Created
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
- 409 Conflict
- 422 Validation Error
- 429 Rate Limited
- 500 Server Error
Error shape
Example error
{
"ok": false,
"error": "Unauthorized",
"message": "Invalid or missing API key.",
"requestId": "req_123456"
}