platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

כל נקודות הקצה מסוג platform-transfers

אימות

שלחו מפתח API כאסימון נושא (bearer token). על המפתח לכלול את הרשאה billing.view; מפתח שאינו כולל אותה יידחה בסטטוס 403, ולא 404.

המקום שבו מזהה הארגון שלך נכנס

נקודת קצה זו מקבלת את org_id כשדה בגוף ה-JSON.

מזהה הארגון שלך נמצא במסוף מפתחות ה-API בלוח הבקרה שלך, לצד המפתח עצמו. זהו אותו מזהה בכל קריאה שאתה מבצע.

נסה זאת

החלף כל דבר בסוגריים זוויתיים בערכים משלך, ואת מציין מיקום המפתח במפתח מלוח הבקרה שלך.

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

מחובר? קונסולת ה-API בלוח הבקרה שלך מזינה את מזהה הארגון האמיתי שלך ואת המפתח שלך, ומריצה את הבקשה מול ה-API הפיזי כך שתוכל לראות את התגובה בפועל. פתח נקודת קצה זו במסוף ה-API

פרטים

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

גוף הבקשה

שםסוגנדרשמה זה
source_platformstringכן
target_platformstringכן
source_urlstringכן
entity_countintegerכן
target_site_idobjectלא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_notestringלא
org_idobjectלא

תשובה

שםסוגנדרשמה זה
idUuidכןUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringכן
source_platform_namestringלא
target_platformstringכן
target_platform_namestringלא
source_urlstringכן
target_site_idobjectלא
tier_codestringכן
tier_namestringלא
entity_count_estimateintegerלא
statusPlatformTransferStatusכן
status_labelstringלא
price_amount_minorintegerכן
price_currencystringכן
redirects_mappedbooleanלא
redirect_countintegerלא
canonicals_verifiedbooleanלא
sitemap_submittedbooleanלא
structured_data_preservedbooleanלא
seo_checks_completebooleanלא
customer_notestringלא
sla_due_atobjectלא
created_atstringכן
completed_atobjectלא
eventsPlatformTransferEvent[]לאThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

שגיאות שנקודה קצה זו עשויה להחזיר

401 · 403 · 404 · 422 · 429