Skip to content

Contract index

2 endpoints. Every path below is served by workspace-backend behind the gateway at https://api.trilocore.ai.

GET /api/v1/contracts

List Contracts

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream workspace-backend
curl -X GET https://api.trilocore.ai/api/v1/contracts \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/contracts/inventory

Contract Inventory

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream workspace-backend
curl -X GET https://api.trilocore.ai/api/v1/contracts/inventory \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"