Skip to content

List campaigns (short info)​

GET
/api/campaigns/short

Authorizations​

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

Responses​

Minimal campaign list

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

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI