Create a CDN token.
Enterprise feature
Creates a new CDN token for the specified Edge instance.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
#/components/schemas/cdnApiTokenSchema
tokenName
The name of the token.
environment
The environment that the token should be valid for.
project
The project that the token should be valid for. Defaults to ”*” meaning every project.
expiresAt
The time when this token should expire.
Response
This response has no body.