Developers

Authentication

We use API tokens to manage authentication to our api. After creating a SKUSavvy account, simply go to the link below to create or manage your accounts tokens which you can use to make authenticated requests on behalf of your SKUSavvy account.

Your accounts Tokens
After you've created a token and stored it somewhere safe, simply pass it as a header like so:
"X-Token": "aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1kUXc0dzlXZ1hjUQ=="

API Usage

The full documentation of our API is publicly accessible at:

https://app.skusavvy.com/graphiql
Learn more about JSON Web Tokens