GET
/
profiles
/
{smtp_id}
curl --request GET \
  --url http://base.url.com/profiles/{smtp_id} \
  --header 'x-phishy-api-key: <api-key>'
[
  {
    "name": "<string>",
    "method": "<string>",
    "fromAddress": "<string>",
    "mailServer": "<string>",
    "mailServerPort": 123,
    "customPort": false,
    "useSSLTLS": false,
    "lastUpdatedBy": "<string>",
    "lastModified": "<string>"
  }
]

Authorizations

x-phishy-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

An array of all profiles

The response is of type object[].