Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
search keyword from start
Available options:
firstCreated, lastCreated curl --request GET \
--url https://apix.us.amity.co/api/v3/blocklists \
--header 'Authorization: Bearer <token>'{
"results": [
{
"ruleId": "<string>",
"regex": "<string>",
"isMatchExactWord": true,
"isDeleted": true,
"isEnabled": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"paging": {
"next": "<string>",
"previous": "<string>"
}
}curl --request GET \
--url https://apix.us.amity.co/api/v3/blocklists \
--header 'Authorization: Bearer <token>'{
"results": [
{
"ruleId": "<string>",
"regex": "<string>",
"isMatchExactWord": true,
"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 Show child attributes