مواد پر جائیں

سائٹ تلاش

صفحات، مضامین اور دستاویزات تلاش کرنے کے لیے ٹائپ کریں

Docs

API v1

Getting started

View as .md

Base URL https://api.subchain.com/v1. Every call is authenticated, attributed to an actor, and written to the log — the API has no unrecorded verbs. Open your first negotiation:

bash
curl https://api.subchain.com/v1/negotiations \
  -H "Authorization: Bearer sk_test_c418e0d7" \
  -H "X-Subchain-Actor: agent:yourco-proc" \
  -d template=freight-sla@v4 \
  -d counterparty=org_acme_logistics