Skip to main content
GET
/
beta
/
guardian-ops
/
customers
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>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string
limit
string

Response

200 response

items
object[]
required

Array of customer summaries for the current page

next_cursor
string

Cursor for the next page, null if no more results