platform-transfers

POST /v1/platform-transfers

Book a platform transfer (nothing is charged yet).

Alle platform-transfers Endpunkte

Authentifizierung

Senden Sie einen API-Schlüssel als Bearer-Token. Der Schlüssel muss über die Berechtigung billing.view verfügen; ein Schlüssel ohne diese wird mit 403 statt 404 abgelehnt.

Hier kommt Ihre Organisations-ID hin

Dieser Endpunkt akzeptiert org_id als Feld im JSON-Body.

Die ID Ihrer Organisation finden Sie im Dashboard auf dem Bildschirm für API-Schlüssel direkt neben dem Schlüssel selbst. Sie ist bei jedem Ihrer Aufrufe dieselbe.

Ausprobieren

Ersetzen Sie alles in spitzen Klammern durch Ihre eigenen Werte und den Platzhalter für den Schlüssel durch einen Schlüssel aus Ihrem Dashboard.

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

Angemeldet? Die API-Konsole in Ihrem Dashboard trägt automatisch Ihre echte Organisations-ID sowie Ihren eigenen Schlüssel ein und führt die Anfrage gegen die Live-API aus, sodass Sie die tatsächliche Antwort sehen können. Öffnen Sie diesen Endpunkt in der API-Konsole

Details

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

Anfragekörper

NameTypErforderlichWas es ist
source_platformstringJa
target_platformstringJa
source_urlstringJa
entity_countintegerJa
target_site_idobjectNeinWhere 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_notestringNein
org_idobjectNein

Antwort

NameTypErforderlichWas es ist
idUuidJaUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringJa
source_platform_namestringNein
target_platformstringJa
target_platform_namestringNein
source_urlstringJa
target_site_idobjectNein
tier_codestringJa
tier_namestringNein
entity_count_estimateintegerNein
statusPlatformTransferStatusJa
status_labelstringNein
price_amount_minorintegerJa
price_currencystringJa
redirects_mappedbooleanNein
redirect_countintegerNein
canonicals_verifiedbooleanNein
sitemap_submittedbooleanNein
structured_data_preservedbooleanNein
seo_checks_completebooleanNein
customer_notestringNein
sla_due_atobjectNein
created_atstringJa
completed_atobjectNein
eventsPlatformTransferEvent[]NeinThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Fehler, die dieser Endpunkt zurückgeben kann

401 · 403 · 404 · 422 · 429