Skip to content

Create group​

POST
/api/groups

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"name": "string",
  
"type": "string"
}

Responses​

Group created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI