Skip to Content
Anuma SDKClientInternalFunctionspostApiV1AdminNotificationsSend

postApiV1AdminNotificationsSend

postApiV1AdminNotificationsSend<ThrowOnError>(options: Options<PostApiV1AdminNotificationsSendData, ThrowOnError>): RequestResult<PostApiV1AdminNotificationsSendResponses, PostApiV1AdminNotificationsSendErrors, ThrowOnError>

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

Send test push notification (admin)

Sends an Expo push to every device registered under the resolved account. Exactly one of account_id or user_address must be provided. Returns the per-device delivery breakdown including any rows pruned because Expo reported DeviceNotRegistered.

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<PostApiV1AdminNotificationsSendData, ThrowOnError>

Returns

RequestResult<PostApiV1AdminNotificationsSendResponses, PostApiV1AdminNotificationsSendErrors, ThrowOnError>

Last updated on