cURL
curl --request GET \ --url http://base.url.com/profiles/ \ --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 profiles from the system that the user has access to
A list of profiles
The response is of type object[].
object[]