Skip to content

Create landing​

POST
/api/landings

Authorizations​

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

Request Body​

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

Responses​

Landing created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI