Skip to main content

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.

Request

Request body

Application client ID

Application client secret

activity:read
agreement:read
agreement:write
application:read
application:write
billing:read
branding:read
branding:write
customer:read
customer:write
dispute:read
dispute:write
member:read
member:write
payment-link:read
payment-link:write
payment-method:read
payment-method:write
payment:read
payment:write
product:read
product:write
settlement-config:read
settlement-config:write
settlement-payment-method:read
settlement-payment-method:write
settlement:read
subscription:read
subscription:write
underwriting:read
underwriting:write
webhook:read
webhook:write

Optional subset of scopes to restrict the token. If omitted, all application scopes are used.

cURL command

cURLPOST
curl -X POST "/v1/applications/token" \
-H "Content-Type: application/json"