Retrieve the list of possible Approver Mails.
Inputs | Description | Type | Regular expression | Mandatory |
commonName | The Common Name for which to retrieve the list of possible Approver Mails | string | Yes |
Outputs | Description | Possible values |
approverList | The list of possible Approver Mails for the Common Name | Data list “approverMail” |
possiblePhishingDetected | True if a Phishing risk was detected on the Common Name. Else, False. | True / False |
Error code
Error code | Parameter | Message | Value | comment |
706 | Unexpected error | Error : … | Unexpected error. Please contact Namebay for more information. |
Command
<api> […] <command> <ssl_get_approver_list> <commonName>…</commonName> </ssl_get_approver_list> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <ssl_get_approver_listData> <approverList> <approverMail>…</approverMail> </approverList> <possiblePhishingDetected>…</possiblePhishingDetected> </ssl_get_approver_listData> </resData> </api> |