GET /account/{accountId}/openingHours

Days of week enumeration


Day of week Integer value
Monday 1
Tuesday 2
Wednesday 3
Thursday 4
Friday 5
Saturday 6
Sunday 7

Path parameters

  • accountId string Required

Responses

  • 200 application/json

    Successful response

  • 400 application/json

    Bad Request

GET /account/{accountId}/openingHours
curl \
 --request GET 'https://api.staging.deliverect.com/account/{accountId}/openingHours' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}
Response examples (400)
{}