Skip to main content
GET
/
beta
/
guardian-ops
/
tenants
/
{tenantId}
/
customers
/
{customerId}
cURL
curl --request GET \
  --url https://api.abusix.com/beta/guardian-ops/tenants/{tenantId}/customers/{customerId} \
  --header 'Authorization: Bearer <token>'
{
  "contract_count": 123,
  "customer_id": "<string>",
  "event_types": [
    "<string>"
  ],
  "first_seen": "2023-11-07T05:31:56Z",
  "last_seen": "2023-11-07T05:31:56Z",
  "tenant_id": "<string>",
  "total_events": 123,
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string
required
tenantId
string
required

Response

200 - application/json

200 response

contract_count
integer
required

Number of contracts

customer_id
string
required

Customer identifier

event_types
string[]
required

Types of events for this customer

first_seen
string<date-time>
required

First seen timestamp

last_seen
string<date-time>
required

Last seen timestamp

tenant_id
string
required

Tenant identifier

total_events
integer
required

Total number of events

description
string

Customer description