Links

Authentication

The API uses Authorization header to authenticate users. A valid API key is required for all requests.

Obtaining an API Key

An V2 API key can be obtained by contacting a Sales representative [email protected]. Each app has its own set of API keys. We recommend creating a separate API key for each application that will be making calls on your behalf

Verify your token

curl -X GET https://data.salesmachine.io/v2/contacts \
-H 'Accept: application/json' \
-H 'Authorization:Bearer {Your access token}'