For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connectors

Get connectors.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of entities.

Default: 50
Responses
200

The connectors

application/json
idstringOptional
typestring · enumRequiredPossible values:
namestringRequired
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
paramsone ofOptional
or
or
or
or
object · EParamsSlackOptional
or
or
or
or
or
or
or
or
or
or
or
get/connectors
200

The connectors

Create a new connector.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idstringOptional
typestring · enumRequiredPossible values:
namestringRequired
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
paramsone ofOptional
or
or
or
or
object · EParamsSlackOptional
or
or
or
or
or
or
or
or
or
or
or
Responses
200

The newly created connector

application/json
idstringOptional
typestring · enumRequiredPossible values:
namestringRequired
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
paramsone ofOptional
or
or
or
or
object · EParamsSlackOptional
or
or
or
or
or
or
or
or
or
or
or
post/connectors
200

The newly created connector

Get a specific connector.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idstringRequired

entity ID

Responses
200

The requested connector

application/json
idstringOptional
typestring · enumRequiredPossible values:
namestringRequired
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
paramsone ofOptional
or
or
or
or
object · EParamsSlackOptional
or
or
or
or
or
or
or
or
or
or
or
get/connectors/{id}
200

The requested connector

Update the specific connector. (note: type cannot be changed)

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idstringRequired

entity ID

Body
idstringOptional
typestring · enumRequiredPossible values:
namestringRequired
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
paramsone ofOptional
or
or
or
or
object · EParamsSlackOptional
or
or
or
or
or
or
or
or
or
or
or
Responses
200

The updated connector

application/json
idstringOptional
typestring · enumRequiredPossible values:
namestringRequired
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
paramsone ofOptional
or
or
or
or
object · EParamsSlackOptional
or
or
or
or
or
or
or
or
or
or
or
put/connectors/{id}
200

The updated connector

Remove a specific connector.

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idstringRequired

entity ID

Responses
204

Empty body delete response

delete/connectors/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?