List plan usage thresholds
GET
/v1/plans/{plan_code}/usage_thresholds
List all usage thresholds for a plan.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” plan_code
required
Plan Code
string
Responses
Section titled “ Responses ”Successful Response
Response List Plan Usage Thresholds V1 Plans Plan Code Usage Thresholds Get
Array<object>
UsageThresholdResponseobject
id
required
Id
string format: uuid
amount_cents
required
Amount Cents
string
currency
required
Currency
string
recurring
required
Recurring
boolean
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Unauthorized
Plan not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context