JavaScript
BusinessHours
Check if a phone number is callable at a given time
Checks if a phone number is callable at a specific timestamp by:
- Taking a UTC Unix timestamp
- Converting it to the business hours timezone (from BusinessHours table)
- Checking if the local time falls within the business hours for that day
POST
JavaScript
Authorizations
API key authentication
Body
application/json
Response
Callable status
Whether the phone number is callable at the given time
