platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

ሁሉም የ platform-transfers ማጠናቀቂያ ነጥቦች

ማረጋገጫ

የAPI ቁልፉን እንደ bearer token ይላኩ። ቁልፉ የbilling.view ፈቃድ ሊኖረው ይገባል፤ ይህ ፈቃድ የሌለው ቁልፍ በ404 ሳይሆን በ403 ውድቅ ይደረጋል።

የድርጅትዎ መታወቂያ የሚገባበት ቦታ

ይህ ማቆሚያ ነጥብ (endpoint) org_idን በJSON አካል ውስጥ እንደ ሜዳ ይወስዳል።

የድርጅትዎ መለያ ቁጥር (ID) በዳሽቦርድዎ ላይ በሚገኙት የኤፒአይ ቁልፎች (API keys) ማያ ገጽ ላይ ከቁልፉ አጠገብ ይገኛል። በሚያደርጉት እያንዳንዱ ጥያቄ ላይ የሚጠቀሙበት መለያ ቁጥር አንድ አይነት ነው።

ሞክሩት

በቅንፍ ውስጥ ያለውን ማንኛውንም ነገር በራስዎ እሴቶች ይተኩ፣ እና ቁልፍ ቦታ ያዢውን ከዳሽቦርድዎ በመጣ ቁልፍ ይተኩ።

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 ኮንሶል ውስጥ ይክፈቱ

ዝርዝሮች

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