GET
/
api
/
v1
/
verify
/
resend_verification_url
/
{batch_id}
/
cURL
curl --request GET \
  --url https://api.pearcheck.com/api/v1/verify/resend_verification_url/{batch_id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "verification_url": "<string>"
  },
  "status": 123
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

batch_id
string
required

Response

200
application/json

Successful Operation

The response is of type object.