Skip to main content

Add QR Token

POST 

https://cloud-api.loginradius.com/sso/mobile/token

This API is used to add/insert the QR code string with the access token into the database. This API needs to be triggered by the mobile device when scanning the QR image or getting QR code string.

Request

Responses

Successful response

Request Collapse all
Base URL
https://cloud-api.loginradius.com
Parameters
— queryrequired
Body required
{
  "access_token": "string",
  "code": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!