API ReferencePasswordsSecurity Questions
POST
/v1/auth/security-questions/setup

Authorization

Descope Project ID:Refresh JWT
AuthorizationBearer <token>

Project ID:Refresh JWT as bearer token.

In: header

Request Body

application/json

loginId?string
answers?array<SecurityQuestionAnswer>

Sets up security questions for a user

curl -X POST "https://api.descope.com/v1/auth/security-questions/setup" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?