Contracts
List contracts.
get/v2/contracts
Query parameters
limitinteger
Maximum number of records to return. Defaults to 100.
starting_afterstring
Cursor resource id from the previous page.
Response
Success.
Example response
{
"data": [
{
"status": "active",
"billing_interval": "month",
"starts_at": 1767225600,
"ends_at": 1767225600,
"created_at": 1767225600,
"updated_at": 1767225600,
"canceled_at": 1767225600,
"cancel_at": 1767225600
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.