You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openphish edited this page Jun 23, 2021
·
1 revision
The API returns successful and failed operations in the following structure. In the command line option, the output is encoded into JSON. When using the API programmatically, the output is a Python3 dictionary object.
{
"success": <True when successful, False otherwise>,
"message": <Message describing the operation status>,
"data": <Object containing the results>
}