platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

Të gjitha pikat e skajshme platform-transfers

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

EmriLlojiKërkohetÇfarë është kjo
source_platformstringPo
target_platformstringPo
source_urlstringPo
entity_countintegerPo
target_site_idobjectJoWhere 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_notestringJo
org_idobjectJo

Përgjigja

EmriLlojiKërkohetÇfarë është kjo
idUuidPoUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringPo
source_platform_namestringJo
target_platformstringPo
target_platform_namestringJo
source_urlstringPo
target_site_idobjectJo
tier_codestringPo
tier_namestringJo
entity_count_estimateintegerJo
statusPlatformTransferStatusPo
status_labelstringJo
price_amount_minorintegerPo
price_currencystringPo
redirects_mappedbooleanJo
redirect_countintegerJo
canonicals_verifiedbooleanJo
sitemap_submittedbooleanJo
structured_data_preservedbooleanJo
seo_checks_completebooleanJo
customer_notestringJo
sla_due_atobjectJo
created_atstringPo
completed_atobjectJo
eventsPlatformTransferEvent[]JoThe 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