Authentication

reading time 5 minutes

To successfully authenticate, send the token header with your request.

Here's an example of the header with a key:value pair. You must provide this in your JSON request if you want to authenticate with the Inkit API.

KeyValue
AuthorizationInkit {api-key}

❗️

You need to replace {api-key} with an actual API key, which can be found under the Inkit Dashboard App settings.

Here is another authentication example, but with cURL.

# With shell, you can just pass the correct header with each request
curl "api_endpoint_here"
  -H "Authorization: Inkit {api-key}"

How to find the API key or token in the App?

Go to Settings -> API/Integrations and copy Authorization header by clicking on Copy icon.

1742

Questions?

We're happy to help get your code set up or answer questions you might have.
Search our documentation, check the help center, or connect with our sales team.
Ask our support team ([email protected]) questions if you run into any technical roadblocks.


What’s Next