Authentication
Two-Factor Authentication
Return configured issuer for current user
This function returns the currently configured issuer. The issuer appears within the authentication app.
get/twofactorauth_get_issuer
Response
HTTP Request was successful.
Example response
{
"data": {
"issuer": "example.cpanel.net",
"system_wide_issuer": "example.cpanel.net"
},
"metadata": {
"command": "twofactorauth_get_issuer",
"reason": "OK",
"result": 1,
"version": 1
}
}