platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

Bütün platform-transfers nöqtələri

Doğrulama

API açarını bearer token kimi göndərin. Açar billing.view icazəsinə malik olmalıdır; bu icazəsi olmayan açar 404 deyil, 403 xətası ilə rədd edilir.

Təşkilatınızın identifikatorunun yerləşdiyi yer

Bu son nöqtə JSON gövdəsində sahə kimi org_id qəbul edir.

Təşkilatınızın identifikatoru idarə panelinizdəki API açarları ekranında, açarın özünün yanında yerləşir. Bu, etdiyiniz hər bir sorğuda eyni identifikatordur.

Sınaqdan keçir

Bucaqlı mötərizələrdə olan hór şeyi öz qiymətlərinizlə, açar yertutucusunu isə idarə panelinizdən bir açarla əvəz edin.

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

Sistemə daxil olmusunuz? İdarə panelinizdəki API konsolu real təşkilatınızın identifikatorunu və öz açarınızı avtomatik doldurur, sorğunu canlı API-yə qarşı icra edir ki, siz faktiki cavabı görə biləsiniz. Bu son nöqtəni API konsolunda açın

Təfərrüatlar

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

Sorğu gövdəsi

AdTipTələb olunurNədir
source_platformstringBəli
target_platformstringBəli
source_urlstringBəli
entity_countintegerBəli
target_site_idobjectXeyrWhere 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_notestringXeyr
org_idobjectXeyr

Cavab

AdTipTələb olunurNədir
idUuidBəliUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringBəli
source_platform_namestringXeyr
target_platformstringBəli
target_platform_namestringXeyr
source_urlstringBəli
target_site_idobjectXeyr
tier_codestringBəli
tier_namestringXeyr
entity_count_estimateintegerXeyr
statusPlatformTransferStatusBəli
status_labelstringXeyr
price_amount_minorintegerBəli
price_currencystringBəli
redirects_mappedbooleanXeyr
redirect_countintegerXeyr
canonicals_verifiedbooleanXeyr
sitemap_submittedbooleanXeyr
structured_data_preservedbooleanXeyr
seo_checks_completebooleanXeyr
customer_notestringXeyr
sla_due_atobjectXeyr
created_atstringBəli
completed_atobjectXeyr
eventsPlatformTransferEvent[]XeyrThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Bu son nöqtənin qaytara biləcəyi xətalar

401 · 403 · 404 · 422 · 429