Logo
Akamai APIs API Documentation

Tenants

Number of APIs: 6


1. List all tenants

GET https://{{host}}/etp-config/v3/configs/:configId/tenants



2. Onboard a tenant

POST https://{{host}}/etp-config/v3/configs/:configId/onboard-tenant



3. Get a tenant

GET https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId



4. Update a tenant

PUT https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId



5. Remove a tenant

DELETE https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId



6. List the tenant user details

GET https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId/users



ENDPOINTS