Skip to content

List namespaces

GET
/api/namespaces

Authorizations

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

Responses

application/json
JSON
{
  
"total_count": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"namespace": "string",
  
  
  
"shared": true,
  
  
  
"shared_organisation_id": "string",
  
  
  
"settings": {
  
  
  
  
"retention_time": 0,
  
  
  
  
"quota_limit": 0
  
  
  
}
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI