Skip to main content
GET
/
v1
/
admin
/
identity
/
addresses
List addresses
curl --request GET \
  --url https://{operatorDomain}/v1/admin/identity/addresses \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "addr_01h...",
    "label": "<string>",
    "line1": "<string>",
    "line2": "<string>",
    "city": "<string>",
    "postalCode": "<string>",
    "country": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of addresses

id
string
Example:

"addr_01h..."

label
string | null
line1
string
line2
string | null
city
string
postalCode
string | null
country
string