POST

Multipurpose Email Token Generation API

End-Point

This API generate Email tokens and Email OTPs for Email verification, Add email, Forgot password, Delete user, Passwordless login, Forgot pin, One-touch login and Auto login.

Layer 1 REQUEST

Get Params

apikey :
LoginRadius API Key [REQUIRED]
apisecret :
LoginRadius API Secret [REQUIRED]

Template Params

tokentype :
The identifier type for the token that we need to generate.For more details about this API please refer here [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "Token": "71a3c4b41b434dfe95c89c4006399c48",
  "ExpiresIn": "2023-04-05T09:08:03.288Z",
  "IdentityProviders": null
}
Layer 1 REQUEST

Query

apikey*
apisecret*

Header

content-Type

Template

tokentype*

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman