v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Customer addresses

Returns a specific customer address

get/customers/addresses/{addressId}

Path parameters

addressIdinteger required

Address id

Response

Location & contact

Example response

{
  "data": {
    "customer_id": 1,
    "first_line": "First line",
    "icon": "fas fa-map-marker-alt",
    "color": "#000000",
    "contrast_color": "WHITE"
  }
}