List connectors
Returns the connectors available to the project.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The 1-based page number to fetch. Omit both page and page_size to fetch all connectors at once.
x >= 1The number of connectors to return per page.
1 <= x <= 100Filter to connectors with any of these keys (comma-separated or repeated, e.g. ?key=workday,bamboohr).
Filter to connectors in any of these categories (comma-separated or repeated, e.g. ?category=hris,ats).
A comma-separated list of additional fields to expand. Supported values: accounts_count (the number of accounts linked to each connector) and connector_profiles_count (the number of connector profiles configured for each connector). These require database aggregation, so they are returned as null unless requested. When either is requested, connectors are sorted by combined usage (accounts + connector profiles, highest first) before the alphabetical order.
"accounts_count,connector_profiles_count"