Authentication
The SalesKick API uses bearer tokens to allow access.
The SalesKick API requires the bearer token to be included in all API requests in a header that looks like the following:
cURLGET
You must replace
<ACCESS_TOKEN> with the bearer token retrieved from the /token endpoint.