Skip to main content
GET
/
v1
/
{tenantUUID}
/
details
Get Tenants Details
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/{tenantUUID}/details \
  --header 'Authorization: Bearer <token>'
{
  "monetizing_ips_count": 0,
  "renting_ips_count": 0,
  "code": "string"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Response

Tenant Details

monetizing_ips_count
number
renting_ips_count
number
code
string