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.
cdn
POST
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
CDN status changed successfully
true
Was this page helpful?