Contracts
Get a contract line.
get/v2/contracts/{contract_id}/lines/{line_id}
Path parameters
contract_idstring required
line_idstring required
Response
Success.
Example response
{
"quantity": "1",
"status": "active",
"starts_at": 1767225600,
"ends_at": 1767225600,
"billing_timing": "arrears",
"proration": "prorate",
"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.