Sellbrite-API

Authentication


Getting Started with Sellbrite API

Test/Developer accounts

Finding your API credentials

Authentication

API Reference


The Sellbrite API uses Basic HTTP authentication. Please use your account token as the “username” and the secret key as the “password.” The account token and secret key can be found under the “API” section of the settings page of your Sellbrite account. The Authorization field is constructed as follows:

For example, given the account token “Aladdin” and the secret key as “OpenSesame”, the authorization field should end up as Authorization: “Basic QWxhZGRpbjpPcGVuU2VzYW1l”

curl --user aladdin:opensesame "https://app.sellbrite.com/api/v1/orders/7777"




If you have any questions or doubts, visit our discussion page.