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

Authorizations

x-phishy-api-key
string
header
required

Response

List of groups

id
string
required

Unique identifier for the group

name
string
required

Name of the group

description
string

Description of the group