platform-transfers
POST /v1/platform-transfers
Book a platform transfer (nothing is charged yet).
Autentifikimi
Drgoni një çelës API si një token mbajtës. Çelësi duhet të ketë lejen billing.view; një çelës pa të refuzohet me 403, jo 404.
Ku shkon id i organizatës suaj
Ky endpoint pranon org_id si fushë në trupin JSON.
ID-ja e organizatës suaj ndodhet në ekranin e çelësave API në panelin tuaj të kontrollit, pranë vetë çelësit. Është i njëjti ID në çdo thirrje që bëni.
Provoje
Zëvendësoni çdo gjë brenda kllapave këndore me vlerat tuaja dhe vendbanuesin e çelësit me një çelës nga paneli juaj.
curl -X POST https://api.zinndigital.com/v1/platform-transfers \
-H "Authorization: Bearer zdk_live_…" \
-H "Content-Type: application/json" \
-d '{ "source_platform": <string>, "target_platform": <string>, "source_url": <string>, "entity_count": <integer> }'Jeni kyçur? Konsola e API-së në panelin tuaj plotëson ID-në tuaj reale të organizatës dhe çelësin tuaj, dhe ekzekuton kërkesën kundrejt API-së live, kështu që ju mund të shihni përgjigjen aktuale. Hapni këtë pikë fundore në konsolën e API-së
Detajet
Creates the request in `draft`. **No money moves here** — call `payPlatformTransfer` to charge it. The row is written before the charge on purpose: a declined card then leaves a visible `payment_failed` transfer rather than a charge for a job nobody can see. Requires `billing.view`.
Trupi i kërkesës
| Emri | Lloji | Kërkohet | Çfarë është kjo |
|---|---|---|---|
source_platform | string | Po | — |
target_platform | string | Po | — |
source_url | string | Po | — |
entity_count | integer | Po | — |
target_site_id | object | Jo | Where it lands. May be omitted — a customer often buys the transfer before the destination site exists, which is the point of an on-ramp. |
customer_note | string | Jo | — |
org_id | object | Jo | — |
Përgjigja
| Emri | Lloji | Kërkohet | Çfarë është kjo |
|---|---|---|---|
id | Uuid | Po | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
source_platform | string | Po | — |
source_platform_name | string | Jo | — |
target_platform | string | Po | — |
target_platform_name | string | Jo | — |
source_url | string | Po | — |
target_site_id | object | Jo | — |
tier_code | string | Po | — |
tier_name | string | Jo | — |
entity_count_estimate | integer | Jo | — |
status | PlatformTransferStatus | Po | — |
status_label | string | Jo | — |
price_amount_minor | integer | Po | — |
price_currency | string | Po | — |
redirects_mapped | boolean | Jo | — |
redirect_count | integer | Jo | — |
canonicals_verified | boolean | Jo | — |
sitemap_submitted | boolean | Jo | — |
structured_data_preserved | boolean | Jo | — |
seo_checks_complete | boolean | Jo | — |
customer_note | string | Jo | — |
sla_due_at | object | Jo | — |
created_at | string | Po | — |
completed_at | object | Jo | — |
events | PlatformTransferEvent[] | Jo | The customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here. |
Gabimet që ky pikëndalim mund të kthejë
401 · 403 · 404 · 422 · 429