API v1
Getting started
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