Get WebView Token

Retrieves an OAuth token for webview authentication.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Your issuer organization ID, provided by Kard
userIdstringRequired
The ID of the user as defined on the issuers system

Response

This endpoint returns an object.
access_tokenstring
expires_ininteger
token_typestring

Errors