Skip to content

Get landing​

GET
/api/landings/{id}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Landing details

application/json
JSON
{
  
"id": 0,
  
"name": "string",
  
"url": "string",
  
"type": "string",
  
"hosted_content": "string",
  
"group_id": 0,
  
"language": "string",
  
"status": 0,
  
"created_at": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI