1
Create an API client
In the dashboard, go to Organization and open API. Create a client, give it a
name you will recognise in the list later, and grant it the
write:codes scope.You get a client ID (prefixed ti_client_) and a client secret. The secret is shown
only at creation time, so copy it straight into your secret manager. If you lose it, delete the
client and create a new one.API clients require an active subscription on the Starter plan or above.
2
Exchange the credentials for an access token
3
Generate a code
barcodeText is the payload to hand to your 2D barcode renderer, hri is the human readable
interpretation printed under the symbol. Full field reference in
Generate codes.API conventions
Base URL, media types, error format and status codes.
Generate codes
Every field of
POST /codes and what makes a definition valid.