Connect Domain
API referenceUsage

Metered counters for the current period (billing reconciliation)

GET
/usage
AuthorizationBearer <token>

API key: sk_test_… / sk_live_… (hashed at rest, scoped)

In: header

Query Parameters

period?string

Response Body

application/json

application/json

curl -X GET "https://example.com/usage"
{  "period": "string",  "usage": [    {      "kind": "connect",      "used": 0,      "limit": 0    }  ]}
{  "error": {    "code": "string",    "message": "string",    "details": null  }}