Get Subscriptions By Lead
GET/api/billing/leads/:lead_id/subscriptions
Get subscriptions for a specific lead, with an embedded audit field
per sub carrying the latest of each lifecycle activity (created /
cancelled / terminated / resumed / reactivated). Avoids a second
/api/activities call from the contact page.
Args: lead_id: Lead ID to filter subscriptions status: Optional status filter (active, past_due, canceled, etc.) limit: Maximum number of subscriptions to return offset: Number of subscriptions to skip
Request
Responses
- 200
- 422
Successful Response
Validation Error