Logo
Akamai APIs API Documentation

Custom responses

Number of APIs: 5


1. Delete a custom response

DELETE https://{{host}}/etp-config/v3/configs/:configId/honeypots/:honeypotId

Deletes a specific custom response.



2. List custom responses

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

Returns a list of all custom responses.



3. Create a custom response

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

Creates a new custom response.



4. Get a custom response

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

Returns the details of a specific custom response.



5. Update a custom response

PUT https://{{host}}/etp-config/v3/configs/:configId/honeypots/:honeypotId

Modifies a custom response's features.



ENDPOINTS