platform-transfers
POST /v1/platform-transfers
Book a platform transfer (nothing is charged yet).
Autentificare
Trimiteți o cheie API ca token de tip bearer. Cheia trebuie să aibă permisiunea billing.view; o cheie care nu o are va fi respinsă cu 403, nu 404.
Unde merge ID-ul organizației tale
Acest punct final preia org_id ca câmp în corpul JSON.
ID-ul organizației tale se află pe ecranul cheilor API din panoul de control, lângă cheia însăși. Este același ID în fiecare apel pe care îl faci.
Încearcă
Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.
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> }'Autentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API
Detalii
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`.
Corp cerere
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
source_platform | string | Da | — |
target_platform | string | Da | — |
source_url | string | Da | — |
entity_count | integer | Da | — |
target_site_id | object | Nu | 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 | Nu | — |
org_id | object | Nu | — |
Răspuns
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
id | Uuid | Da | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
source_platform | string | Da | — |
source_platform_name | string | Nu | — |
target_platform | string | Da | — |
target_platform_name | string | Nu | — |
source_url | string | Da | — |
target_site_id | object | Nu | — |
tier_code | string | Da | — |
tier_name | string | Nu | — |
entity_count_estimate | integer | Nu | — |
status | PlatformTransferStatus | Da | — |
status_label | string | Nu | — |
price_amount_minor | integer | Da | — |
price_currency | string | Da | — |
redirects_mapped | boolean | Nu | — |
redirect_count | integer | Nu | — |
canonicals_verified | boolean | Nu | — |
sitemap_submitted | boolean | Nu | — |
structured_data_preserved | boolean | Nu | — |
seo_checks_complete | boolean | Nu | — |
customer_note | string | Nu | — |
sla_due_at | object | Nu | — |
created_at | string | Da | — |
completed_at | object | Nu | — |
events | PlatformTransferEvent[] | Nu | The customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here. |
Erori pe care le poate returna acest punct final
401 · 403 · 404 · 422 · 429