v32

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

Get WAAP service details

Get information about WAAP service for the client

get/waap/v1/clients/me

Response

Successful Response

idinteger nullable required

The client ID

featuresstring[] required

List of enabled features

quotasobject required

Quotas for the client

Example response

{
  "quotas": {
    "number-of-domains": {
      "allowed": 5,
      "current": 1
    }
  }
}