Skip to main content
The Call Connect API is a service that enables caller authentication during active calls or omni-channel customer interactions. It can be integrated with:
  • Interactive Voice Response (IVR) systems
  • Customer support workflows
  • Digital channels (e.g., chatbots, email)

Download the Call Connect API OpenAPI Specification

Endpoint selection

Select the API endpoint which correlates with your tenant’s region selection.
https://us-connect.authsignal.com

Authentication

The Authsignal Call Connect API uses a secret key to authenticate requests. This key is different from the one you use to authenticate to other APIs.
Please keep this key secure, and never expose it publicly.
You can find the Call Connect API secret key in the Call Connect section of the Authsignal Portal settings.

Example usage

curl -u "YOUR_SECRET_KEY:" https://us-connect.authsignal.com/call/start
# The colon prevents curl from asking for a password.
Following the basic authentication protocol, the Call Connect API expects requests to include an Authorization header containing the word Basic followed by a space and a base64-encoded username:password string. The username value should be your API secret key and the password value should be empty.

Sequence Diagram