Skip to Content
Anuma SDKClientInternalFunctionsgetApiV1Connectors

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 ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options?

Options<GetApiV1ConnectorsData, ThrowOnError>

Returns

RequestResult<GetApiV1ConnectorsResponses, GetApiV1ConnectorsErrors, ThrowOnError>

Last updated on