platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

จุดสิ้นสุด platform-transfers ทั้งหมด

การยืนยันตัวตน

ส่ง API key ในรูปแบบ bearer token คีย์ดังกล่าวต้องมีสิทธิ์ billing.view หากไม่มีสิทธิ์ ระบบจะปฏิเสธด้วยรหัส 403 แทนที่จะเป็น 404

ตำแหน่งสำหรับใส่รหัสองค์กรของคุณ

Endpoint นี้รับ org_id เป็นฟิลด์ใน JSON body

รหัสองค์กรของคุณจะแสดงอยู่บนหน้าคีย์ 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