cURL
curl --request GET \ --url http://base.url.com/groups \ --header 'x-phishy-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>" } ]
Retrieves groups based on query parameters
List of groups
The response is of type object[].
object[]