CDNShark Documentation

Customer API

← Back to Documentation

Create Pull Zone (API)

POST /api/v1/zones\nContent-Type: application/json\n\n{\n  "name": "my-zone",\n  "origin": "https://origin.example.com",\n  "cache_ttl": 3600\n}

Returns the created zone object with the assigned CDN hostname.