AgentPings.com
API Documentation
Detailed documentation for the `/api/agent-status` endpoint.
URL:https://agentpings.com/api/agent-status
Methods: GET, POST
This endpoint checks if an agent is available for a given phone number's area code and vertical.
state or zip is already provided. phone or state is already provided. phone or zip is already provided. auto_insurance, final_expense, u65_health, aca, medicare. Note: One of phone, zip, or state is required for the request.
200 OK
{
"online": true
}
online: true if the agent is available, false otherwise.
Request:
GET https://agentpings.com/api/agent-status?phone=1234567890&vertical=auto_insurance&affiliate_id=YOUR_AFFILIATE_ID&api_key=YOUR_API_KEY
Response:
{
"online": true
}