/api/auth/v2/token/
Vystavenie access + refresh tokenu (client_credentials alebo refresh_token rotation)
Auth: client_id + client_secret (Basic alebo JSON body)
cURL príklad
curl -sS -X POST 'https://{tenant}/api/auth/v2/token/' -H 'Content-Type: application/json' -d '{"grant_type":"client_credentials","client_id":"ak_…","client_secret":"…"}'
JSON príklady