POST
/
groups
cURL
curl --request POST \
  --url http://base.url.com/groups \
  --header 'Content-Type: application/json' \
  --header 'x-phishy-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "color": "<string>"
}'
This response does not have an example.

Authorizations

x-phishy-api-key
string
header
required

Body

application/json

Group details

The body is of type object.

Response

200

Group created successfully