Logo
Akamai APIs API Documentation

Generate activation code for a security connector

POST https://{{host}}/etp-config/v3/configs/:configId/akamai-sinkholes/:sinkholeId/op/generate-activation-code

Generates the activation code for a security connector.

 

Body PARAM

Key Datatype Required Description 
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "activationCode": "4X8G4K2Z", "activationCodeExpiry": 1597671355820, "akamaiSinkholeId": 29404, "configId": 1100, "entitlementCode": "4f5715cd-4f96-4748-9d2f-fa9d9d6b9838", "serialNumber": "deec885e-9240-4719-ab3d-d744ce6d9aad" }



Curl
curl -X POST 'https://undefined/etp-config/v3/configs/:configId/akamai-sinkholes/:sinkholeId/op/generate-activation-code?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS