Sellbrite-API

Authentication


Introduction

Credentials

Authentication

Rate Limits

DateTime Format

Carrier Names

Shipping Carries and Methods

Endpoints


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://api.sellbrite.com/v1/orders/7777"

Example for a curl request using basic auth




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