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
name
string
required

Name of the user

method
string
required

Method used for the profile

fromAddress
string
required

Originating address of the profile

mailServer
string
required

Mail server address used for the profile

mailServerPort
integer
required

Port used by the mail server

customPort
boolean
default:false
required

Indicates if a custom port is used

useSSLTLS
boolean
default:false
required

Indicates if SSL/TLS is used for the connection

lastUpdatedBy
string

User who last updated the profile

lastModified
string

Date and time when the profile was last modified