v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Marketplace > Installation

Creates an Installation

Creates an Installation

post/api/2026-07-01/resources/marketplace/installations

Request body

company_idstring required

Identifier of the company

integration_uuidstring required

UUID of the integration

Example request

{
  "company_id": "1",
  "integration_uuid": "123e4567-e89b-12d3-a456-426614174000"
}

Response

CREATED

idstring required
integration_uuidstring required

UUID of the integration

company_idstring required

Identifier of the company

created_atstring required

Example response

{
  "integration_uuid": "123e4567-e89b-12d3-a456-426614174000",
  "company_id": "1"
}