Skip to content

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
Minimum1
Maximum100
Default20
offset
Typeinteger
Minimum0
Default0
status
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
Defaultfalse
include_pm

When true, includes nested payment method details in each subscription result.

Typeboolean
Defaultfalse

Responses

List of subscriptions retrieved successfully

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI