Skip to main content

Voyado Engage

API authentication

The API key provides you access to the Voyado Engage API. As with all keys, it needs to be handled carefully so it doesn’t fall into the wrong hands.

The authorization method apikey is used, as part of a HTTPS header.

Here is a cURL example:

curl -v -H "apikey: <<your-api-key>>" [base-url]/api/v2/contacts/count