AgentPings.com
API Documentation
This API endpoint determines whether a call should be initiated based on the given callerId.
URL: https://agentpings.com/api/ping
Supported Methods: GET
, POST
Parameters:
200 OK
{ "downline": 1 }
OR
{ "downline": 0 }
downline: This can be either 1
or 0
. A value of 1
means "send a call", while a value of 0
means "don't send a
call".