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 m0J9lFG0tlUx2345DDGsVKyf57AK72G2VvcRuOFEach token is bound to 1 and only 1 shop. You can check token's shop by using https://developer.tilby.com/reference/get_sessions-me
Each integration has a unique Client ID that is attached to every token. This Client ID determines access to Tilby APIs, as defined in the certification process.
Obtain a Token
In order to receive a token you must have a certification. You will be instructed in the process.
Updated 17 days ago
