hosting
GET /v1/sites/{siteId}/cdn/offers
The CDNs this site's product line can actually buy.
Doğrulama
API açarını bearer token kimi göndərin. Açar sites.view icazəsinə malik olmalıdır; bu icazəsi olmayan açar 404 deyil, 403 xətası ilə rədd edilir.
Bu endpoint heç bir təşkilat ID-si tələb etmir. Sizin açarınız artıq aid olduğu təşkilatı müəyyən edir və cavab həmin təşkilat üçün məhdudlaşdırılır.
Sınaqdan keçir
Bucaqlı mötərizələrdə olan hór şeyi öz qiymətlərinizlə, açar yertutucusunu isə idarə panelinizdən bir açarla əvəz edin.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/cdn/offers \
-H "Authorization: Bearer zdk_live_…"Sistemə daxil olmusunuz? İdarə panelinizdəki API konsolu real təşkilatınızın identifikatorunu və öz açarınızı avtomatik doldurur, sorğunu canlı API-yə qarşı icra edir ki, siz faktiki cavabı görə biləsiniz. Bu son nöqtəni API konsolunda açın
Təfərrüatlar
Keyed on the **pair** `(product line, vendor)`, never on the vendor alone. The same network is a different product on different lines: Bunny on Footprint-Free is platform-managed footprint machinery and is included, while Bunny on mainstream is a speed upgrade the customer pays for. A catalogue keyed on the vendor has one answer for both, and whichever answer it gives is wrong for one line — either a mainstream customer gets a paid upgrade free, or a Footprint-Free customer is asked to buy the CDN their product already is. On a **managed line the `vendor` and `label` fields are omitted entirely**, not blanked. Naming which of the pool accounts fronts a site is one query away from linking a customer's PBN domains to each other, which is the single fact that product exists to hide; an empty string would still reach the client and render as a gap rather than as nothing. `region_weights` is how a flat allowance stays honest across geography. A gigabyte served to Africa costs us six times one served to Frankfurt, so allowance is denominated in base-region-equivalent gigabytes and dearer regions spend it faster. That makes `allowance_gb x base_rate` the exact worst case whatever traffic mix the customer serves. Requires `sites.view`.
Parametrlər
| Ad | Tip | Tələb olunur | Nədir |
|---|---|---|---|
siteId (path) | Uuid | Bəli | Site ID (UUIDv7). |
Cavab
| Ad | Tip | Tələb olunur | Nədir |
|---|---|---|---|
sellable | boolean | Bəli | Whether this platform owns the edge in front of this site, and therefore whether any of these offers can be sold on it. ⛔ It is decided by the deploy target, not by the product… |
line | string | Bəli | The site's product line, which is half the offer key. |
managed | boolean | Bəli | Whether this line's CDN is platform-managed footprint machinery. When true the customer neither chooses nor is told the vendor. |
offers | SiteCdnOffer[] | Bəli | In presentation order — never leading with the paid upsell. |
byo | SiteCdnOffer[] | Bəli | The same vendors, offered as the customer's own connected account. |
flat_tiers | SiteCdnFlatTier[] | Bəli | Empty on a managed line, where the CDN is already included. |
region_weights | object | Bəli | How much allowance one gigabyte to each region spends, in micros of a base-region gigabyte. The base region is exactly 1000000. |
Bu son nöqtənin qaytara biləcəyi xətalar
401 · 403 · 404 · 429