POST
/v1/mgmt/user/signin/embeddedlink
Generate an embedded link for an existing user
Initiate a sign-in process by generating an embdedded link for an existing user utilizing a management key.
The endpoint will return a token which can then be verified using the Magic Link Verify Token endpoint.
Next Steps
Verify the embedded link token using the Verify Token endpoint.
See Also
- See Embedded link Authentication for details about implementing embedded links.
- See The User Object for further details on how to identify users and their contact information such as email addresses and phone number.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
loginId
string
customClaims
object
Status code | Description |
---|---|
200 | OK |
Was this helpful?