GET   customers/{customerId}

Returns subcustomer by subcustomer's ID.

URL Parameters

NameDescription
customerId

Request example

Response body model example and description

{
  "id": 1,
  "name": "Apica",
  "subscription": {
    "subscription_type": "Standard",
    "period_from_utc": "2024-09-27T22:22:55",
    "period_to_utc": "2024-09-27T22:22:55",
    "global_check_quota": 1000,
    "enabled": true
  }
}
NameType Description
idInteger

The customer's numeric identity.

nameString

Customer name.

subscriptionObject

Customer subscription data.

subscription_typeString

The customer's subscription type. Available values: 'Standard', 'PoC', 'Evaluation', 'Trial'

period_from_utcDateTime

Subscription start period.

period_to_utcDateTime

Subscription end period.

global_check_quotaInteger

The checks quota.

enabledBoolean

Subscription is enabled.