Logo
Akamai APIs API Documentation

Proxy credentials

Number of APIs: 4


1. Create a proxy credential

POST https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials

Creates a new proxy credential.



2. List proxy credentials

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

Provides list of proxy credentials.



3. List proxy credential details

GET https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials/:userName

Provides the proxy credential info for the specified userName.



4. Remove a proxy credential

DELETE https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials/:userName

Deletes a specific proxy credential.



ENDPOINTS