curl --request POST \
--url https://apix.us.amity.co/api/v3/blocklists/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
"<string>"
]
}
'{
"success": true
}Verify texts with the blocklist rules.
curl --request POST \
--url https://apix.us.amity.co/api/v3/blocklists/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
"<string>"
]
}
'{
"success": true
}