platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

Tutti gli endpoint platform-transfers

Autenticazione

Invia una chiave API come token di tipo bearer. La chiave deve disporre dell'autorizzazione billing.view; una chiave sprovvista di tale autorizzazione viene rifiutata con 403 anziché 404.

L'ID della tua organizzazione va qui

Questo endpoint accetta org_id come campo nel corpo JSON.

L'identificativo della tua organizzazione si trova nella schermata delle chiavi API nella tua dashboard, accanto alla chiave stessa. È lo stesso identificativo in ogni chiamata che effettui.

Provalo

Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.

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> }'

Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API

Dettagli

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`.

Corpo della richiesta

NomeTipoObbligatorioChe cos'è
source_platformstring
target_platformstring
source_urlstring
entity_countinteger
target_site_idobjectNoWhere 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_notestringNo
org_idobjectNo

Risposta

NomeTipoObbligatorioChe cos'è
idUuidUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstring
source_platform_namestringNo
target_platformstring
target_platform_namestringNo
source_urlstring
target_site_idobjectNo
tier_codestring
tier_namestringNo
entity_count_estimateintegerNo
statusPlatformTransferStatus
status_labelstringNo
price_amount_minorinteger
price_currencystring
redirects_mappedbooleanNo
redirect_countintegerNo
canonicals_verifiedbooleanNo
sitemap_submittedbooleanNo
structured_data_preservedbooleanNo
seo_checks_completebooleanNo
customer_notestringNo
sla_due_atobjectNo
created_atstring
completed_atobjectNo
eventsPlatformTransferEvent[]NoThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Errori che questo endpoint può restituire

401 · 403 · 404 · 422 · 429