v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Services

Get a list of services

Returns list of client's services.

get/iam/clients/{clientId}/services

Path parameters

clientIdinteger required

Account ID.

Response

OK.

idinteger required

Service's ID.

name'CDN' | 'STORAGE' | 'STREAMING' | 'DNS' | 'DDOS' | 'CLOUD' required

Service's name.

clientinteger required

Client's ID.

status'new' | 'trial' | 'trialend' | 'active' | 'paused' | 'activating' | 'deleted' required

Status of the service.

previous_status'new' | 'trial' | 'trialend' | 'active' | 'paused' | 'activating' | 'deleted' required

Status of the service.

status_changed_atstring date-time required

When status was changed.

startstring date-time required

Trial start date.

deleted_datestring date-time nullable

Date and time when service's status will be changed to deleted.

Applicable only if current service's status is trialend or paused.

enabledboolean required

Shows if a service is enabled or disabled.

Example response

[
  {
    "status": "paused",
    "previous_status": "active"
  }
]