Integrate Ringslack communication APIs into your projects. Send SMS, make voice calls, send emails, and create video rooms with our comprehensive API.
/api/v1Main API endpoint for all services
API Key: Your customer API key
Header: x-api-key
Note: Customer API keys work for SMS, email, voice, and video services
API Key + Secret: For full API access
Headers: x-api-key + x-api-secret
Note: Required for all v1 API endpoints
?smsSend and receive SMS messages
?voiceMake and receive voice calls
?videoCreate video conference rooms (customer auth only)
?emailSend transactional emails
?phone-numbersManage phone numbers
?loginAuthentication endpoint (no API key required)
The v1 API endpoint only accepts POST requests for all operations. GET requests will return a 401 Unauthorized error.
POST /api/v1?[service]Note: All API calls use query parameters to specify the service (?sms, ?email, ?voice, ?video, ?phone-numbers, ?login).