Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A list of URLs to be verified
Required array length:
1 - 10 elementsResponse
OK
curl --request POST \
--url https://apix.us.amity.co/api/v3/allowlists/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": [
"<string>"
]
}'{
"success": true
}Verify URLs with the allowlist rules.
curl --request POST \
--url https://apix.us.amity.co/api/v3/allowlists/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": [
"<string>"
]
}'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A list of URLs to be verified
1 - 10 elementsOK