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