Get a bearer

We trade two values from Turno for a 24-hour bearer JWT. Nothing's stored server-side — your credentials get encrypted into the bearer itself and only decrypted in memory on each API call.

Before you start — find these two values in Turno:
  1. Log in at turno.com → open Settings → API → Tokens.
  2. Click "Create New Token". Copy the long eyJ… Secret Key now — Turno only shows it once.
  3. On the same page, scroll to the bottom for "Here is your Partner ID:" — copy that UUID too.
The whole JWT — paste everything between the dots. UUID from the bottom of the Tokens page.
Advanced — use sandbox / custom base URL

We validate your Secret Key with a live GET /v2/userinfo call before issuing the bearer — you'll see an error here (not a mystery 401 later) if something's wrong. After this, see the home page for client wiring snippets.