RESTful APIs to integrate voice, messaging, and analytics into your applications.
All API requests should be made to:
https://api.cloudcontactpro.net/v1curl -X POST "https://api.cloudcontactpro.net/v1/calls" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+1234567890",
"from": "+0987654321",
"url": "https://example.com/twiml"
}'/v1/calls/v1/calls/{id}/v1/calls/{id}/transfer/v1/calls/{id}/v1/calls/{id}/recording/v1/messages/v1/messages/{id}/v1/messages/v1/messages/batch/v1/contacts/v1/contacts/{id}/v1/contacts/{id}/v1/contacts/{id}/v1/contacts/v1/analytics/calls/v1/analytics/agents/v1/analytics/queues/v1/analytics/summaryReceive real-time notifications when events occur in your account.
call.initiatedFired when a call is initiatedcall.ringingFired when the call starts ringingcall.answeredFired when the call is answeredcall.completedFired when the call endsmessage.receivedFired when an SMS is receivedmessage.deliveredFired when an SMS is deliveredAll API requests must include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYGet your API key and start building with CloudContactPro today.