Interactive API Reference: Explore all endpoints with the interactive API playground in the navigation. This page covers API-wide conventions and standards.
Base URL
Response Format
Success Response
Error Response
Error Codes
401 - Unauthorized
401 - Unauthorized
400 - Bad Request
400 - Bad Request
Codes:
INVALID_INPUT: Invalid request parametersMISSING_FIELD: Required field missingINSUFFICIENT_CREDITS: Not enough credits
404 - Not Found
404 - Not Found
Codes:
NOT_FOUND: Resource not foundVERIFICATION_NOT_FOUND: Verification ID invalid
503 - Service Unavailable
503 - Service Unavailable
Rate Limiting
Requests are rate limited per organization and group. Rate limit information is included in response headers:Pagination
List endpoints support pagination: Parameters:page: Page number (starts at 1)limit: Items per page (default 10, max 100)
Filtering
Many endpoints support filtering: Verifications:result_id: Filter by result IDstatus: Filter by statusservice_id: Filter by servicedate_from,date_to: Date range
Webhooks
Configure webhooks for async notifications:Best Practices
Use Folders
Organize verifications by project or client
Implement Webhooks
Use webhooks instead of polling for efficiency
Handle Retries
Implement retry logic for failed verifications
Monitor Credits
Track credit usage to avoid interruptions