post https://{hostname}/edgeworkers/v1/secure-token
Generate a JWT authentication token to enable enhanced debug headers for EdgeWorkers.
Recipes
Create a secure token
Open Recipe
Responses
Generate a JWT authentication token to enable enhanced debug headers for EdgeWorkers.
xxxxxxxxxx
curl --request POST \
--url https://hostname/edgeworkers/v1/secure-token \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"akamaiEwTrace": "eyJ0eXAiOiJKV1Qi ... iu1XOS9eJOl-54Yw"
}