ACTEX / Resources / Docs

Create contract endpoint

Use the create contract endpoint to establish a contract intent under authenticated operator access.

curl -s -X POST "$ACTEX_BASE_URL/v1/contracts" \
  -H "Authorization: Bearer $OPERATOR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"template_id":"ACTEX:TEMPLATE:DELEGATED_CHECKOUT:V1"}'

Next steps

Quickstart All endpoints Docs hub