Addresses
List Addresses
Overview
This endpoint can be used to retrieve a list of addresses.
Endpoint: /api/v1/addresses/
Method: GET
This endpoint returns a paginated response.
Response
If the addresses are successfully retrieved, the API will return a 200 OK
status code.
The response will contain the following content:
An array of Address objects.
If no addresses are found, the data
field will be an empty array.
URLs for the first, last, previous, and next pages.
Explained in further detail in the pagination guide.
Metadata about the current page.
Explained in further detail in the pagination guide.