SellSN API docs
HomeHelpStatus
  • Introduction
  • Embeds
  • Webhooks
  • API reference
    • Authorization
    • Users
    • Stores
    • Orders
    • Products
    • Product groups
    • Tickets
    • Coupons
    • Miscellaneous objects
  • OAuth2
    • Credentials
    • Permissions
    • Authorizing users
Powered by GitBook
On this page
  • Generating an API key
  • Step 1.
  • Step 2.
  • Using your API key

Was this helpful?

  1. API reference

Authorization

The number one way to make yourself known to the API

PreviousWebhooksNextUsers

Last updated 1 year ago

Was this helpful?

Generating an API key

In-order to authorize yourself to the SellSN API, you need an API key. You can generate and manage your API keys in your

Step 1.

First, go to your account settings page, you can do this by going to the SellSN dashboard and then clicking 'Settings'.

Step 2.

Next, click the 'Generate' button on your account settings page, pick the scopes you need for your integration and then click 'Next'.

Then, you need to re-enter your password for security reasons. Once completed, click 'Next' and copy the API key.

Using your API key

Now that your API key has been created, you can authorize yourself to the SellSN API and continue on with developing your integration.

All you have to do is add a request header to every request you make to the SellSN API with the API key:

Authorization: Bearer yourapikeygoeshere
account settings.
Page cover image