Skip to content

List landings​

GET
/api/landings

Authorizations​

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

Parameters​

Query Parameters

status
Type
integer
Default
1
language
Type
string
group_id
Type
integer

Responses​

Landing list

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