Check if a call is permitted at a specific date and time
| Parameter | Type | Required | Description |
|---|---|---|---|
PhoneNumber | string | Yes | The phone number to check |
CallProposedDateTimeInUTC | datetime | No | The proposed call time in UTC. Defaults to current UTC time if not provided or null. |
DNCProjId | string | No | DNCScrub project ID for custom calling hours. If provided, must be a valid project accessible by your account. |
CallProposedDateTimeInUTC parameter is optional. If omitted or set to null, the API will use the current UTC time, making it easy to check if a call is legal right now without having to calculate the current time yourself.