cURL
curl --request GET \ --url https://api.abusix.com/beta/guardian-ops/customers \ --header 'Authorization: Bearer <token>'
{ "items": [ { "customer_id": "<string>", "tenant_id": "<string>" } ], "next_cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200 response
Array of customer summaries for the current page
Show child attributes
Cursor for the next page, null if no more results