Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
loginId?string
loginOptions?object
user?object
emailVerified?boolean
phoneVerified?boolean
timeout?integer
Format
int32Generate a token for user sign up
curl -X POST "https://api.descope.com/v1/mgmt/user/signup/embeddedlink" \ -H "Content-Type: application/json" \ -d '{}'{ "token": "string", "maskedEmail": "string", "maskedPhone": "string"}export interface Response {token?: stringmaskedEmail?: stringmaskedPhone?: string} Was this helpful?