POST
/
auth
/
v1
/
secure-info
curl --location 'https://user-auth.otpless.app/auth/v1/secure-info' \
 --header 'Content-Type: application/json' \
 --header 'clientId: YOUR_CLIENT_ID' \
 --header 'clientSecret: YOUR_CLIENT_SECRET' \
 --data '{
   "token": "RECEIVED_TOKEN_FROM_OTPLESS"
 }'

Body

application/x-www-form-urlencoded
client_id
string
required

Client ID for verification.

client_secret
string
required

Client Secret for verification.

token
string
required

Token received from otplessUser object.

Response

200 - application/json
status
string

Status of the response.

secure_info
object
network_info
object
device_info
object

Was this page helpful?