POST api/v100/users/NetworkAuth/NewEncriptionKey
Request a new key to encrypt data to send a email.
Request Information
URI Parameters
None.
Headers
| Name | Description | Type | Additional information |
|---|---|---|---|
| appkey |
Ej. abcdefghijk |
None. |
|
| session |
Ej. 1234567890 |
None. |
Body Parameters
None.
Response Information
Resource Description
EncryptionKeyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| EncryptionMethod |
|
integer |
None. |
| KeyID |
|
integer |
None. |
| KeyData |
|
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EncryptionMethod": 1,
"KeyID": 2,
"KeyData": "sample string 3"
}