GET
/
api
/
v1
/
workspaces
/
{workspace_id}
/
billing
/
subscription
{
  "id": "<string>",
  "maxUsageEventsPerPeriod": 123,
  "currentPeriodStart": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Response

200
application/json
Successful Response
id
string
required
maxUsageEventsPerPeriod
integer
required
currentPeriodStart
string
required