

Sellhub Docs
Getting Started
All API endpoints require authentication using an API key which can be readily obtained from your store dashboard.
Obtaining an API Key
To obtain an API key:
- Log in to your account on our platform
- Navigate to the API section in your account settings
- Generate a new API key
Keep your API key secure and do not share it publicly.
Using Your API Key
Authorization Header
Do not use Bearer in your Authorization header. The API key should be used as-is.
Include your API key in the Authorization
header of each request:
Example using cURL:
The server will use the provided API key to determine the associated store ID internally.
Error Responses
If authentication fails, you will receive a 401 Unauthorized response:
401 Unauthorized