Your
api_key and api_secret are shown once when the Yonne admin generates them. Store them securely in environment variables immediately — they cannot be retrieved again (only regenerated via rotate).Step 1 — Exchange credentials for a JWT
Step 2 — Attach the JWT to every request
All protected S2S endpoints require the token in theAuthorization header:
Token lifetime and refresh
The JWT is valid for 24 hours. Implement a simple refresh strategy in your integration:Node.js
