POST

Auth Add Email

End-Point

This API is used to add additional emails to a user's account.

Layer 1 REQUEST

Get Parameters

apikey :
LoginRadius API Key [REQUIRED]
verificationurl :
Email verification url
emailtemplate :
Name of the email template to be sent out

Headers Parameters

Authorization :
Bearer <ACCESS_TOKEN> (User's access token) [REQUIRED]

Post Parameters

email :
Email to be added to the user's account [REQUIRED]
type :
String to identify the type of email [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "IsPosted": true
}
Layer 1 REQUEST

Query

apikey*
verificationurl
emailtemplate

Header

content-Type
Authorization*

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman

Mobile SDKs