Calls API
Use the calls API to determine if call times are peak or offpeak.
Get offpeak calls
Returns output that indicates if calls are peak or offpeak.
- If
"output": true
= calls are offpeak times - If
"output" false
= calls are peak time
Method and endpoint
GET /calls/offpeak
Sample response
{
"status": "success",
"output": true,
"input": []
}