platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

Wszystkie punkty końcowe platform-transfers

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

NazwaTypWymaganeCo to jest
source_platformstringTak
target_platformstringTak
source_urlstringTak
entity_countintegerTak
target_site_idobjectNieWhere 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_notestringNie
org_idobjectNie

Odpowiedź

NazwaTypWymaganeCo to jest
idUuidTakUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringTak
source_platform_namestringNie
target_platformstringTak
target_platform_namestringNie
source_urlstringTak
target_site_idobjectNie
tier_codestringTak
tier_namestringNie
entity_count_estimateintegerNie
statusPlatformTransferStatusTak
status_labelstringNie
price_amount_minorintegerTak
price_currencystringTak
redirects_mappedbooleanNie
redirect_countintegerNie
canonicals_verifiedbooleanNie
sitemap_submittedbooleanNie
structured_data_preservedbooleanNie
seo_checks_completebooleanNie
customer_notestringNie
sla_due_atobjectNie
created_atstringTak
completed_atobjectNie
eventsPlatformTransferEvent[]NieThe 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