Skip to content

List active custom connectors

GET
/api/v1/custom-connectors/

List all active custom connectors for the tenant.

Returns: List of connector definitions (auth_config excluded).

Authorizations

Responses

200

Successful Response

Array<object>

Response model for a custom connector (auth_config excluded).

object
auth_type
required
string
base_url
required
string
created_at
Any of:
string format: date-time
description
Any of:
string
display_name
required
string
endpoints
Array<object>
object
key
additional properties
any
id
required
string
is_active
required
boolean
last_test_at
Any of:
string format: date-time
last_test_success
Any of:
boolean
slug
required
string
updated_at
Any of:
string format: date-time
version
required
integer