Skip to content

List domains​

GET
/api/domains

Authorizations​

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

Parameters​

Query Parameters

status
Type
integer
Default
1

Responses​

Domain list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"domain": "string",
  
  
"type": "string",
  
  
"ssl_enabled": true,
  
  
"is_default": true,
  
  
"status": 0,
  
  
"created_at": "string",
  
  
"campaign_count": 0
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI