Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
normal-hours
Browse Profile Normal Hours
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/profiles/{profile}/normal-hours
{
  "data": [
    {
      "id": 123,
      "profile_id": "<string>",
      "day_of_week": "<string>",
      "available_from": "<string>",
      "available_until": "<string>",
      "is_closed": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Path Parameters

profile
string<uuid>
required

The profile ID

Response

Array of ProfileNormalHour

data
ProfileNormalHour · object[]
required