cURL
curl --request POST \ --url https://dataapi.dncscrub.com/v1.5/GeoScrub/LegalCallTimesForDate \ --header 'Content-Type: application/json' \ --data ' { "LegalCallTimesForDate": [ { "PhoneNumber": "<string>", "Date": "2023-11-07T05:31:56Z", "DNCProjId": "<string>", "NumberOfDays": 123 } ] } '
[ { "LegalCallTimes": [ { "PhoneNumber": "<string>", "ValidTimesInUTC": [ { "StartInUTC": "2023-11-07T05:31:56Z", "EndInUTC": "2023-11-07T05:31:56Z" } ] } ] } ]
Get the legal calling windows for a phone number on a specific date
Documentation IndexFetch the complete documentation index at: https://docs.dncscrub.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dncscrub.com/llms.txt
Use this file to discover all available pages before exploring further.
LoginId (aka APIKey)
Show child attributes
Success