Authentication

You'll need to authenticate your requests to access any of the endpoints in the Selly API. In this guide, we'll look at how authentication works.

Basic authentication

With basic authentication, you use your email address and API key to authenticate your HTTP requests. Here's how to authenticate using cURL:

Example request with basic auth

curl https://selly.io/api/v2/orders \
  -u email@example.com:api-key-secret