POST api/emails/getActive
Gets the active e-mail address for the specified e-mail address that is registered in Postman's database.
Request Information
URI Parameters
None.
Body Parameters
Users e-mail address (currently or previously active e-mail address, or forward e-mail address).
stringRequest Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>