Getting Started with Sellbrite API
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:
account token ) and password ( secret key ) are combined into a string “username:password”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.