Authorization Flow
Individual Apps
- Invoke
/api-gw/oauth/individual-token-v2usingAuthorization: Bearer <API_KEY>. - Pass
password,twoFa, andtwoFaTypin the request body (twoFaTyp=totpfor authenticator app,twoFaTyp=otpfor SMS/email). - On successful authorization, the API returns an
access_token. - Form the authorization token as:
Bearer <API_KEY>:<access_token>. - Use this token for all API requests.