ChatbotConnection

Create a connection. The secret is stored encrypted and never returned.

post/v1/chatbots/connections

Request body

namestring required
departmentIdinteger
authType1 | 2 | 3
<p>Enum values:</p><ul><li><i>1 = Bearer</i> - Authorization: Bearer <secret></li><li><i>2 = ApiKeyHeader</i> - <HeaderName>: <secret></li><li><i>3 = Basic</i></li></ul>
headerNamestring nullable
secretstring nullable
baseUrlstring nullable

Response

OK

idinteger
departmentIdinteger
namestring nullable
authType1 | 2 | 3
<p>Enum values:</p><ul><li><i>1 = Bearer</i> - Authorization: Bearer <secret></li><li><i>2 = ApiKeyHeader</i> - <HeaderName>: <secret></li><li><i>3 = Basic</i></li></ul>
headerNamestring nullable
baseUrlstring nullable
secretMaskstring nullable
createdDatestring date-time
updatedDatestring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.