getApiV1Connectors
getApiV1Connectors<
ThrowOnError>(options?:Options<GetApiV1ConnectorsData,ThrowOnError>):RequestResult<GetApiV1ConnectorsResponses,GetApiV1ConnectorsErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:780
List the user’s connected connectors
Returns the set of active connector credentials owned by the authenticated user. The encrypted_refresh_token is never exposed; the response is safe to ship to the browser.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<GetApiV1ConnectorsResponses, GetApiV1ConnectorsErrors, ThrowOnError>
Last updated on