அங்கீகாரம்

பியரர் டோக்கனாக (bearer token) ஒரு API விசையை அனுப்பவும். அந்த விசை billing.view அனுமதியைக் கொண்டிருக்க வேண்டும்; அது இல்லாத விசை 404 அல்ல, 403 குறியீட்டுடன் மறுக்கப்படும்.

உங்கள் அமைப்பு ஐடி எங்கு செல்ல வேண்டும்

இந்த எண்ட்ஸ்பாயிண்ட் JSON பாடியில் உள்ள ஒரு புலமாக org_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> }'

உள்நுழைந்துள்ளீர்களா? உங்கள் டேஷ்போர்டில் உள்ள ஏபிஐ கன்சோல் உங்கள் உண்மையான நிறுவன ஐடி மற்றும் உங்கள் சொந்த சாவியை நிரப்புகிறது, மேலும் நேரலை ஏபிஐக்கு எதிராக கோரிக்கையை இயக்குகிறது, இதனால் நீங்கள் உண்மையான பதிலைக் காண முடியும். இந்த எண்ட்மார்க்கை ஏபிஐ கன்சோலில் திறக்கவும்

விவரங்கள்

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