GET
/
groups
/
basic
curl --request GET \
  --url http://base.url.com/groups/basic \
  --header 'x-phishy-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

x-phishy-api-key
string
header
required

Response

200
application/json

Basic information of all groups

The response is of type object[].