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

tokenNamestringRequired
The name of the token.
environmentstringRequired
The environment that the token should be valid for.
projectstringOptional

The project that the token should be valid for. Defaults to ”*” meaning every project.

expiresAtstring or nullOptionalformat: "date-time"
The time when this token should expire.

Response

This response has no body.