List all filters for a charge
Filters
List all charge filters
This endpoint retrieves all filters for a specific charge on a subscription.
GET
List all filters for a charge
Documentation Index
Fetch the complete documentation index at: https://lago-docs-dependabot-npm-and-yarn-axios-1-16-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
External ID of the existing subscription.
Example:
"sub_1234567890"
Code of the existing charge.
Example:
"api_requests_charge"
Query Parameters
Page number.
Example:
1
Number of records per page.
Example:
20
Filter by subscription status. When provided, the subscription is looked up with this status instead of the default active status. Possible values are pending, active, terminated, or canceled.
Available options:
pending, active, terminated, canceled Example:
"active"