Error Codes
We use standard HTTP status codes and a consistent error response format to help you handle issues gracefully.
| Status | Type | Description |
|---|---|---|
| 400 | Bad Request | The request was unacceptable, often due to missing parameters. |
401 |
Unauthorized | Invalid API Key OR API access is not enabled for your account. |
| 403 | Forbidden | Access denied or insufficient wallet balance. |
| 404 | Not Found | The requested resource doesn't exist. |
| 500 | Server Error | Something went wrong on our end or with the upstream provider. |
Error Response Structure
{
"status": "error",
"message": "Missing required parameter: phone"
}
© 2026 FranceVerified API. All rights reserved.