Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
regions
Browse Profile Regions
curl --request GET \
  --url http://localhost/api/v3/profiles/{profile}/regions
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "handle": "<string>",
      "is_active": "<string>",
      "country": "<string>",
      "state": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

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.

Path Parameters

profile
string<uuid>
required

The profile ID

Response

Array of ProfileRegion

data
ProfileRegion · object[]
required