Authentication
Get Bearer Token
Exchange your API key and secret for a Bearer token. This is the starting point for all API authentication.
POST
Start here. All API endpoints requireDocumentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <token>. Exchange your API key credentials for a token using this endpoint — no login session required. Tokens expire after 60 minutes; call this endpoint again to get a fresh one. Your API key never expires.
Your API key (starts with
yativo_). Obtained when you created the key.Your API secret. Shown only once at key creation — store it securely.
This endpoint does not require an
Authorization header — use it to bootstrap your authentication.
