platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

Tất cả các điểm cuối platform-transfers

Xác thực

Gửi khóa API dưới dạng mã thông báo bearer. Khóa này phải có quyền billing.view; khóa không có quyền này sẽ bị từ chối với mã lỗi 403, không phải 404.

Nơi điền id tổ chức của bạn

Endpoint này nhận org_id làm một trường trong phần thân JSON.

Mã tổ chức của bạn nằm ở màn hình khóa API trong bảng điều khiển, ngay bên cạnh khóa đó. Đây là cùng một mã trong mọi lệnh gọi mà bạn thực hiện.

Dùng thử

Thay thế bất kỳ nội dung nào trong ngoعل (angle brackets) bằng giá trị của riêng bạn và trình giữ chỗ key bằng một key từ trang tổng quan của bạn.

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

Đã đăng nhập? Bảng điều khiển API trong trang quản lý của bạn sẽ tự điền ID tổ chức thực tế và khóa của riêng bạn, sau đó chạy yêu cầu đối với API trực tiếp để bạn có thể xem phản hồi thực tế. Mở điểm cuối này trong bảng điều khiển API

Chi tiết

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

Nội dung yêu cầu

TênLoạiBắt buộcNội dung này là gì
source_platformstring
target_platformstring
source_urlstring
entity_countinteger
target_site_idobjectKhôngWhere 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_notestringKhông
org_idobjectKhông

Phản hồi

TênLoạiBắt buộcNội dung này là gì
idUuidUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstring
source_platform_namestringKhông
target_platformstring
target_platform_namestringKhông
source_urlstring
target_site_idobjectKhông
tier_codestring
tier_namestringKhông
entity_count_estimateintegerKhông
statusPlatformTransferStatus
status_labelstringKhông
price_amount_minorinteger
price_currencystring
redirects_mappedbooleanKhông
redirect_countintegerKhông
canonicals_verifiedbooleanKhông
sitemap_submittedbooleanKhông
structured_data_preservedbooleanKhông
seo_checks_completebooleanKhông
customer_notestringKhông
sla_due_atobjectKhông
created_atstring
completed_atobjectKhông
eventsPlatformTransferEvent[]KhôngThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Các lỗi điểm cuối này có thể trả về

401 · 403 · 404 · 422 · 429