Learn how to integrate with the Authsignal Call Connect API - an Authsignal service for call center customer authentication.
The Call Connect API is a service that enables caller authentication during active calls or omni-channel customer interactions. It can be integrated with:
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-encodedusername:password string.
The username value should be your API secret key and the password value should be empty.