GetMailinglists

Function: getMailinglists()

getMailinglists<ThrowOnError>(options?): RequestResult<GetMailinglistsResponses, GetMailinglistsErrors, ThrowOnError>

Defined in: api/sdk.gen.ts:590

Retrieves every curated mailing list with General visibility, currently available at the configured mail subscription provider. This endpoint allows anonymous access so that the registration form can display the available lists before an account exists.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<GetMailinglistsData, ThrowOnError, unknown>

Returns

RequestResult<GetMailinglistsResponses, GetMailinglistsErrors, ThrowOnError>

On this page