platform-transfers
POST /v1/platform-transfers
Book a platform transfer (nothing is charged yet).
Uwierzytelnianie
Wyślij klucz API jako token bearer. Klucz musi posiadać uprawnienie billing.view; klucz bez niego jest odrzucany z kodem 403, a nie 404.
Miejsce na identyfikator organizacji
Ten punkt końcowy przyjmuje org_id jako pole w treści JSON.
Identyfikator Twojej organizacji znajduje się na ekranie kluczy API w Twoim panelu, obok samego klucza. Jest to ten sam identyfikator w każdym wywołaniu, które wykonujesz.
Wypróbuj
Zastąp wszystko w nawiasach ostrych własnymi wartościami, a zastępczy znacznik klucza kluczem ze swojego pulpitu nawigacyjnego.
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> }'Zalogowany? Konsola API w Twoim panelu uzupełnia rzeczywiste identyfikator organizacji oraz Twój własny klucz i wykonuje żądanie względem aktywnego API, dzięki czemu możesz zobaczyć rzeczywistą odpowiedź. Otwórz ten punkt końcowy w konsoli API
Szczegóły
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`.
Treść żądania
| Nazwa | Typ | Wymagane | Co to jest |
|---|---|---|---|
source_platform | string | Tak | — |
target_platform | string | Tak | — |
source_url | string | Tak | — |
entity_count | integer | Tak | — |
target_site_id | object | Nie | 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 | Nie | — |
org_id | object | Nie | — |
Odpowiedź
| Nazwa | Typ | Wymagane | Co to jest |
|---|---|---|---|
id | Uuid | Tak | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
source_platform | string | Tak | — |
source_platform_name | string | Nie | — |
target_platform | string | Tak | — |
target_platform_name | string | Nie | — |
source_url | string | Tak | — |
target_site_id | object | Nie | — |
tier_code | string | Tak | — |
tier_name | string | Nie | — |
entity_count_estimate | integer | Nie | — |
status | PlatformTransferStatus | Tak | — |
status_label | string | Nie | — |
price_amount_minor | integer | Tak | — |
price_currency | string | Tak | — |
redirects_mapped | boolean | Nie | — |
redirect_count | integer | Nie | — |
canonicals_verified | boolean | Nie | — |
sitemap_submitted | boolean | Nie | — |
structured_data_preserved | boolean | Nie | — |
seo_checks_complete | boolean | Nie | — |
customer_note | string | Nie | — |
sla_due_at | object | Nie | — |
created_at | string | Tak | — |
completed_at | object | Nie | — |
events | PlatformTransferEvent[] | Nie | The customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here. |
Błędy, które ten punkt końcowy może zwrócić
401 · 403 · 404 · 422 · 429