Skip to content

List Addresses

GET
/bridge-payment/addresses

Get a paginated list of addresses. Supports guest token authentication. Scope filter supports organization_id; project_id is not supported on this endpoint.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)
or
GuestToken

Guest token for anonymous checkout

TypeAPI Key (query: token)

Parameters

Query Parameters

page
Typeinteger
Minimum1
Default1
limit
Typeinteger
Minimum1
Maximum50
Default20
address_type
Typestring
Valid values
"billing""shipping""both"
organization_id

Optional organization scope for listing addresses (access-checked).

Typestring
search
Typestring
completeness

Filter by address completeness

Typestring
Valid values
"full""partial""any"
Default"any"
token
Typestring

Responses

List of addresses retrieved successfully

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI