cURL
curl --request GET \ --url http://base.url.com/groups/basic \ --header 'x-phishy-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>" } ]
Retrieves basic information of all groups
Basic information of all groups
The response is of type object[].
object[]