Flash Calling API
The Flash Call API is used to initiate a flash call within a specific workspace and channel.
Last updated
Was this helpful?
The Flash Call API is used to initiate a flash call within a specific workspace and channel.
Last updated
Was this helpful?
This API enables users to leverage flash calls for quick and efficient number validation or authentication processes.
This API initiates a call to the destination number. If the call is answered, it will be immediately terminated.
To terminate a flash call resource, or update the result of the verification, user can do a POST to a flash call resource, using this endpoint.
User can also chose to hangup calls, using a combination of From and To numbers:
Create a new channel flash call
/workspaces/{workspaceId}/channels/{channelId}/flashcalls
The ID of the workspace
The ID for a channel
Pricing to include in the request
Completes the channel flash call
/workspaces/{workspaceId}/channels/{channelId}/flashcalls/{callId}
The ID of the workspace
The ID for a channel
The ID for a call
unknown
, verified
, canceled
, timeout
, wrong_cli
Completes the channel flash call
/workspaces/{workspaceId}/channels/{channelId}/flashcalls/hangup
The ID of the workspace
The ID for a channel