cURL
curl --request GET \ --url http://base.url.com/profiles/all \ --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>" } ]
Returns all profiles without pagination
An array of all profiles
The response is of type object[].
object[]