v1
latestOpenAPI 3.1.02026-07-24770322.0 KBCreate App Connection
This endpoint creates an app connection for a manual app install. One of <b>companyId</b> or <b>clientIds</b> must be non-null, specifying the client(s)/company who will receive the specified content.
post/v1/installs/{installId}/connections
Path parameters
installIdstring required
The manual app install id to connect
Request body
Response
200
Example response
{
"clientIds": [
"57a675da-063c-4eed-8a04-214d91e4b2e8"
],
"content": "https://embed-content.com",
"createdAt": "2024-05-06T23:20:01.280062546Z",
"id": "f298a3f6-d982-4032-a139-8194fb16a991",
"installId": "21e21a4e-6bbb-47d0-a9bd-c4e99a3ca9a2",
"membershipType": "group",
"object": "appConnection",
"type": "embed"
}