POST
/
api
/
v3
/
allowlists
/
verify
Verify allowlist
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

OK

The response is of type object.