Skip to main content
Generate an access token by providing your Account ID and App Secret. The token is required for all subsequent API requests.
Tokens expire after 600 seconds (10 minutes). Refresh before expiry using GET /auth/refresh-token.

Request body

string
required
Your Yativo Account ID. Found in your dashboard under Settings → Account.
string
required
Your App Secret generated from Dashboard → Developer → API Key. Keep this confidential and never expose it in client-side code.

Refresh Token

Refresh an expiring token without re-authenticating with your credentials: