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

sign-in

POST
{{base_url}}/v1/auth/sign-in
gaxsdgsdgdsgsdgsddsfdcf a
fasfasfas

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{base_url}}/v1/auth/sign-in' \
--header 'accept: */*' \
--header 'Content-Type: application/json' \
--data '{
  "client_id": "{{client_id}}",
  "client_secret": "{{client_secret}}"
}'
Response Response Example
{}
Modified at 2026-08-21 12:38:29
Previous
Usage guide
Next
create-session
Built with