Fetch Results (Optional)
This endpoint allows you to retrieve business verification data for pending searches cases: Cases where the verification endpoint returned 202.
POST
{{BASE_URL}}/api/v1/business/results?batch_id=batchId
Request Params
batch_id*
String
batch id returned in the verification endpoint
Response Example
Response Codes
200 OK
Successfully verified the identity.
400 Bad Request
Invalid request parameters.
401 Unauthorized
Invalid or missing authentication credentials.
403 Forbidden
Unauthorized
404 Not Found
No data found for the requested identifier.
500 Internal Server Error
An error occurred on the server side.
503 Service Unavailable
BRS systems are down.
202 Process is pending
Could not get result now. Try again later.
429 Rate Limit Exceeded
Rate Limit exceeded
Error Handling
Errors are returned in the following format:
Common HTTP Status Codes
400 Bad Request
The request was invalid or missing required parameters.
401 Unauthorized
Authentication failed or the token is missing.
403 Forbidden
Access to the resource is denied.
404 Not Found
The requested resource could not be found.
500 Internal Server Error
An error occurred on the server side.
503 Service Unavailable
BRS systems are down.
429 Rate Limit Exceeded
Rate Limit exceeded
Error Responses
Bad Request (400)
Unauthenticated (401)
Unauthorized (403)
Not Found (404)
Internal Server Error (500)
Service Unavailable (503)
Conflict
Rate Limiting
To ensure fair usage, API requests are subject to rate limits. Exceeding these limits will result in a 429 Too Many Requests response. The current setting prevents duplicate requests within a 2-minute window.
Last updated
Was this helpful?