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.
OK
The response is of type object
.