GET https://api.engagor.com/{account_id}/settings/businesshoursschedule/{id}

Description

Get a business hours schedule for a certain account.

Required Access Token Scope

accounts_read

GET Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

business_hours_schedule The business hours schedule object requested.

POST https://api.engagor.com/{account_id}/settings/businesshoursschedule/{id}

Description

Edit a business hours schedule for a certain account.

POST Parameters

Param Description Required Default Value
updates A JSON encoded array of changes you want to make. Structure of the object should be like business_hours_schedule, with only those properties you want to update. Yes

Result

business_hours_schedule The updated business hours schedule object.

Examples

Edit a business hours schedule for a certain account

DELETE https://api.engagor.com/{account_id}/settings/businesshoursschedule/{id}

Description

Deletes a business hours schedule for a certain account.

Required Access Token Scope

accounts_read, accounts_write

DELETE Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

Boolean that indicates if business hours schedule was deleted.