Listing account addresses
Listing account addresses
GET
/api/public/v1/accounts/:id/addresses
This endpoint returns a list of existing addresses for a given account ID.
Headers
Name
Value
Content-Type
application/vnd.api+json
Authorization
Bearer <api_key>
Path Parameters
Name
Type
Description
id
string
Account ID.
URL Parameters
Name
Type
Description
order
string
Order in which the list of addresses should be returned. Can be created_at
.
order_type
string
Order type. Can be either asc
or desc
.
page
number
Page for which you want to return addresses.
per_page
number
Number of addresses per page to return.
Response
Last updated