cURL
curl --request GET \ --url https://api.monigo.co/v1/subscriptions \ --header 'Authorization: <api-key>'
{}
Returns all subscriptions, with optional filtering by customer, plan, or status
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Filter by customer ID
Filter by plan ID
Filter by status
OK
The response is of type object.
object