Orders API
Connect server systems, send contacts and orders, and identify signed-in widget users securely.
Authentication and scopes
Keep the API key on your server. Send only a short-lived identity token to the browser.
curl -X POST https://tallker.com/api/v1/public/orders \
-H "Authorization: Bearer tk_live_..." -H "Idempotency-Key: order-43829-v1" \
-H "Content-Type: application/json" \
-d '{"external_id":"ORDER-43829","status":"new","customer":{"external_id":"CUSTOMER-18452","email":"ivan@example.com"},"amount":5320.50,"currency":"RUB","items":[]}'Rate limits and idempotency
120 requests / minute · HTTP 429 · Retry-After · Idempotency-Key 24h
Examples
curl · JavaScript · PHP
Security
Keep the API key on your server. Send only a short-lived identity token to the browser.