List Addresses
Addresses
List Addresses
List all addresses for a specific customer.
GET
List Addresses
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Body
application/json
Example:
[]Response
Example:
[
[
{
"id": 1,
"recipient": null,
"line_one": "",
"line_two": null,
"line_three": null,
"city": "",
"state": "",
"zip": ""
},
{
"id": 1,
"recipient": null,
"line_one": "",
"line_two": null,
"line_three": null,
"city": "",
"state": "",
"zip": ""
}
]
]
