Authentication
The steps below will guide you on how to authenticate on our API.
Autenticate the API Call
All API requests to Tilby endpoints must contain an authentication token in the HTTP Headers
Example
GET /v2/sales/ HTTP/1.1
Host: api.scloby.com
Authorization: Bearer m0J9lFG0tlUx2345DDGsVKyf57AK72G2VvcRuOF
Obtain a Token
You can get the token in two ways:
- Generate a static token
Updated 22 days ago