cURL
curl --request POST \ --url https://api.sevalla.com/v2/applications/{id}/cdn/toggle-status \ --header 'Authorization: Bearer <token>'
{ "isTurnedOn": true }
Enable or disable CDN for your application to optimize content delivery.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
true
Was this page helpful?