Start typing to search.

API Reference

Get a connector

View Markdown
GET /api/connectors/{id}

Returns the connector with its parsed configuration (including secrets).

Operation IDgetConnector

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

200Connector with parsed config

Connector with parsed config

Content typeapplication/json

responseobject
7 properties
idinteger
namestring
typestring
configobject

Parsed connector configuration

descriptionstring | null
created_atstring · date-time
updated_atstring · date-time

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}