curl --request GET \
--url https://apix.us.amity.co/api/v3/allowlists \
--header 'Authorization: Bearer <token>'
{
"results": [
{
"ruleId": "<string>",
"regex": "<string>",
"isDeleted": true,
"isEnabled": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"paging": {
"next": "<string>",
"previous": "<string>"
}
}
curl --request GET \
--url https://apix.us.amity.co/api/v3/allowlists \
--header 'Authorization: Bearer <token>'
{
"results": [
{
"ruleId": "<string>",
"regex": "<string>",
"isDeleted": true,
"isEnabled": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"paging": {
"next": "<string>",
"previous": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
search keyword from start
firstCreated
, lastCreated
Criteria info
The response is of type object
.