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
id
string

Unique identifier for the group

name
string

Name of the group