Skip to content

List Addresses​

GET
/bridge-payment/addresses

Get a paginated list of addresses. Supports guest token authentication.

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"
search
Typestring
token
Typestring

Responses​

List of addresses retrieved successfully

Playground​

Server
Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI