Get subscriptions
GET/api/v1.0/subscriptions
Get a paginated list of subscriptions. Filter by customer_id, plan_id, status, created_after, created_before, or search.
Search looks at customer.name (partial), customer.email (starts with), subscription.external_reference (starts with), customer.document_number (starts with). Use at least 3 characters for best results.
Request
Responses
- 200
- 401
- 403
- 404
- 500
List of subscriptions
Unauthorized
Forbidden
Not found
Internal server error