Skip to content

Get domain​

GET
/api/domains/{id}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Domain details

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