Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
addresses
Browse Profile Addresses
curl --request GET \
  --url http://localhost/api/v3/profiles/{profile}/addresses
{
  "data": [
    {
      "id": 123,
      "address_line_1": "<string>",
      "address_line_2": "<string>",
      "address_line_3": "<string>",
      "company": "<string>",
      "latitude": 123,
      "longitude": 123,
      "city": "<string>",
      "postcode": "<string>",
      "state": "<string>",
      "country": "<string>",
      "notes": "<string>",
      "external_id": "<string>",
      "is_default": true,
      "created_at": "<string>",
      "updated_at": "<string>",
      "meta": [
        "<unknown>"
      ],
      "name": "<string>",
      "type": "<string>",
      "phone": "<string>",
      "iso": "<string>",
      "iso_state": "<string>",
      "profile_id": "<string>",
      "custom_fields": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Looking for a specific profile address?This request will return all addresses listed against the profile. to get a specific address by id, consider using Read Profile Address

Path Parameters

profile
string<uuid>
required

The profile ID

Response

Array of Address

data
Address · object[]
required