platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

అన్ని platform-transfers ఎండ్‌పాయింట్లు

ప్రమాణీకరణ

బీయర్ టోకెన్‌గా API కీని పంపండి. కీ తప్పనిసరిగా billing.view అనుమతిని కలిగి ఉండాలి; అది లేని కీని 404 కాకుండా 403తో తిరస్కరిస్తారు.

మీ సంస్థ ఐడీ ఎక్కడ ఉందో అక్కడ

ఈ ఎండ్‌పాయింట్ JSON బాడీలో ఫీల్డ్‌గా org_id ని తీసుకుంటుంది.

మీ సంస్థ ఐడి (organisation id) మీ డాష్‌బోర్డ్‌లోని 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 కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ 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