curl --request POST \
--url https://api.getfernand.com/organization/hours \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"timezone": "America/New_York"
}
'{}curl --request POST \
--url https://api.getfernand.com/organization/hours \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"timezone": "America/New_York"
}
'{}Configure the organization’s business hours for each day of the week. Hours must be provided in UTC timezone and will not be converted automatically. The client application must handle timezone conversion based on user preferences. Validates that hours are properly formatted, non-overlapping, and within valid time ranges.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Business hours updated successfully.
The response is of type object.
Was this page helpful?