Customer Guide
Nothing Found
Customer Guide
Login using an alternate pre-shared secret
Request
Request Body schema:
application/json
sharedSecret
required
string
authenticator
required
string
Responses
200
OK
401
Unauthorized
post
/user-service/v1/user/loginSharedSecret
Try it
Request samples
Payload
curl
Python
Node.js
application/json
Copy
{
"sharedSecret"
:
"string"
,
"authenticator"
:
"string"
}
Response samples
200
application/json
Copy
"auth-token"
Next to
Currently logged in user