Skip to Content
Anuma SDKClientInternalFunctionsgetApiV1TextByChannelLookup

getApiV1TextByChannelLookup

getApiV1TextByChannelLookup<ThrowOnError>(options: Options<GetApiV1TextByChannelLookupData, ThrowOnError>): RequestResult<GetApiV1TextByChannelLookupResponses, GetApiV1TextByChannelLookupErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:822 

Lookup text channel registration by identifier

Looks up an active text channel registration by identifier. Requires service-level API key authentication. Results are scoped to the calling app.

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<GetApiV1TextByChannelLookupData, ThrowOnError>

Returns

RequestResult<GetApiV1TextByChannelLookupResponses, GetApiV1TextByChannelLookupErrors, ThrowOnError>

Last updated on