curl --request GET \
--url http://localhost/api/api/blacklist \
--header 'Authorization: Bearer <token>'{
"count": 123,
"results": [
{
"id": 123,
"name": "<string>",
"list_name": "<string>",
"reference_id": "<string>",
"created_by": 123,
"modified_by": 123
}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}curl --request GET \
--url http://localhost/api/api/blacklist \
--header 'Authorization: Bearer <token>'{
"count": 123,
"results": [
{
"id": 123,
"name": "<string>",
"list_name": "<string>",
"reference_id": "<string>",
"created_by": 123,
"modified_by": 123
}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}Retrieve all Blacklist records If there are more than 10 records available, the records provided in the response will be paginated by 10 records per page.Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
Number of results to return per page.
The initial index from which to return the results.