POST
/v1/mgmt/tests/generate/enchantedlink
Generate a Enchanted Link for a test user.
This endpoint is used to generate a Enchanted Link for a test user. You can define whether this is sent via email or sms.
Once you generate the Enchanted Link Token must be verified via verify token
See Also
- See Enchanted link Authentication for details about implementing enchanted links.
- See Create a user with the
testflag set to true to set it as a test user. - See Manage Test Users for more information on test users.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
loginIdstring
redirectUrlstring
loginOptionsobject
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?