Skip to content

List groups​

GET
/api/groups

Authorizations​

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

Parameters​

Query Parameters

status
Type
integer
Default
1
type
Type
string

Responses​

Group list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"type": "string",
  
  
"status": 0,
  
  
"created_at": "string",
  
  
"entity_count": 0
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI