v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Add custom domain

Use this method to configure a custom CDN domain for an account alias.

post/v2/account/custom-domain

Request body

aliasstring required
domainstring required

Example request

{
  "alias": "my-account",
  "domain": "cdn.example.com"
}

Response

Successful