Call Management
Make an Outbound Call
Initiate an international outbound call to any PSTN number or SIP endpoint across 130+ countries, with bulk dialing, AMD, and recording in one API request.
POST
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Required Parameters
Callback Parameters
Machine Detection Parameters
For detailed machine detection documentation, see the Machine Detection page.
Advanced Parameters
Request Example
Response Example
Success Response (200 OK)
The
call_uuid (also referred to as request_uuid) is the unique identifier for the call. Both are equivalent and can be used interchangeably. A 200 response means the call was accepted and queued, not that the callee answered - watch the ring_url and answer_url callbacks for the live state.Error responses
Parameters Sent to Callback URLs
For every voice call you make and receive, Vobiz sends a status update to your configured callback URLs. Read and store this information for analysis, and use the values to change the flow of ongoing calls.Parameters Sent to ring_url
Parameters Sent to answer_url and fallback_url
Parameters Sent to hangup_url
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Body
application/json
Destination PSTN number or SIP endpoint. Separate multiple destinations with
the < character to fan out a single request to up to 1000 destinations,
for example +919876543210<+919876543211.
Example:
"+919876543210"