Skip to main content
GET
Queries the provider (Slack, GitHub, Linear, Notion, or Gmail) and returns every resource available to the connector’s credentials: channels, repos, teams, projects, databases, pages, or labels. Call this before Configure to decide which resources to activate.

Path parameters

Each item in resources represents one syncable unit. Pass the id and resource_type values to Configure to activate the ones you want.

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Path Parameters

id
string
required

Connector ID

Example:

"HydraDoc1234"

Query Parameters

cursor
string

Opaque pagination cursor from a previous response's next_cursor

limit
integer

Max resources per page, 1-100 (values above 100 are clamped)

Response

OK

has_more
boolean
Example:

true

next_cursor
string

Opaque pagination cursor for the next page; null or absent when no more pages.

Example:

"eyJvZmZzZXQiOjUwfQ=="

provider
string

External provider being synced (e.g. slack, github, linear, notion, gmail).

Example:

"slack"

resources
object[]
Example: