Skip to content

getInboxIdForIdentifier

getInboxIdForIdentifier(backend, identifier): Promise<string | undefined>

Defined in: sdks/js/browser-sdk/src/utils/inboxId.ts:30

Gets the inbox ID for a specific identifier using a Backend

Backend

The Backend instance for API communication

Identifier

The identifier to get the inbox ID for

Promise<string | undefined>

Promise that resolves with the inbox ID for the identifier