List connector profiles
Returns the connector profiles configured in 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 connector profiles at once.
x >= 1The number of connector profiles to return per page.
1 <= x <= 100Filter to connector profiles for any of these connector keys (comma-separated or repeated, e.g. ?connector_key=workday,bamboohr).
Filter connector profiles by their active state.
true
A comma-separated list of additional fields to expand. Supported values: connector (the connector this profile configures), version (the connector version this profile resolves to), accounts_count (the number of accounts linked to this profile) and enabled_actions_count (how many of that version's actions this profile enables). These are returned as null unless requested.
"connector,version"
Response
The connector profiles were retrieved.