1. web-sdk
RSID
  • web-sdk
    • Usage guide
    • sign-in
      POST
    • create-session
      POST
    • async - identify
      POST
    • user
      GET
    • poll-status
      GET
  • mobile-sdk
  • backend-with-info
  • backend-without-info
  • qr-sign
  1. web-sdk

user

GET
{{base_url}}/v1/user/c16d7255-08f4-4881-867c-479ed967a894

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{base_url}}/v1/user/c16d7255-08f4-4881-867c-479ed967a894' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-08-21 12:27:55
Previous
async - identify
Next
poll-status
Built with