Verify login code
Login
Verify login code
Verify the one-time code and receive a QASH access token for the user.
POST
Verify login code
Requires
X-Api-Key and X-Api-Secret headers. See Authentication for details.accessToken — the same session token used by the QASH app itself. Every financial and card endpoint after this point uses that token, not your API key.
Request
Response — 200 OK
Store
accessToken and refreshToken in your backend on behalf of the user — do not expose them to client-side code unless your integration is designed to hand sessions directly to a client app.Using the access token
X-Api-Key or userId needed. The token already identifies the user and your partner account.