cURL
curl --request GET \ --url https://api.pearcheck.com/api/v1/verify/resend_business_verification_url/{batch_id}/ \ --header 'X-API-KEY: <api-key>'
{ "data": { "batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "verification_url": "<string>" }, "status": 123 }
Endpoint used to resend business verification url
Successful Operation
The response is of type object.
object