Skip to main content
GET
/
{tenantUUID}
/
prefixes
/
organisations
Get all Tenant Organisations
curl --request GET \
  --url https://apigw.ipxo.com/nethub-data/{tenantUUID}/prefixes/organisations \
  --header 'Authorization: Bearer <token>'
[
  "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

Tenant UUID

Response

A list of Organisations.