Error Identifiers
POST /api/v2/token Errors
Authentication Errors
These occur before any request processing and result in a non-200 response with noidentifier field.
Request Parsing Errors
Field Validation Errors
All field validation errors return HTTP 400.Business Logic Errors
All business logic errors return HTTP 400.Common Issues
"Partner reached token limit"
"Partner reached token limit"
This error means your account has run out of verification credits. It is not a rate-limit issue. Contact your iDenfy account manager to purchase additional credits or upgrade your plan.
TOO_MANY_REQUESTS
TOO_MANY_REQUESTS
The default rate limit is 10,000 requests per hour. If you need a higher limit, contact iDenfy support. Implement exponential back-off in your integration to handle transient rate-limit responses gracefully.