List Subscriptions
GET
/bridge-payment/subscriptions
Get a paginated list of subscriptions for the authenticated user. Supports optional payment method expansion and optional project details expansion. You can filter by organization_id, project_id, or both together.
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Parameters
Query Parameters
limit
Typeinteger
Minimum
1Maximum
100Default
20offset
Typeinteger
Minimum
0Default
0status
Typestring
Valid values
"active""canceled""past_due""incomplete""trialing""paused"organization_id
Optional organization scope for org subscriptions.
Typestring
project_id
Optional project filter. Access is validated against project permissions.
Typestring
include_projects
When true, includes resolved project details in each subscription result.
Typeboolean
Default
falseinclude_pm
When true, includes nested payment method details in each subscription result.
Typeboolean
Default
falseResponses
List of subscriptions retrieved successfully