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
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
objectOptional
or
or
or
or
or
or
or
or
or
or
or
Responses
200

The newly created connector

application/json
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
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
objectOptional
or
or
or
or
or
or
or
or
or
or
or
Responses
200

The updated connector

application/json
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
delete
/connectors/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?