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

Path Parameters

profile
string<uuid>
required

The profile ID

Response

Array of ProfileSpecialHour

data
ProfileSpecialHour · object[]
required