Skip to content

Interface: SenderIdStatus

Defined in: types.ts:147

Status of a registered sender ID.

Properties

approval_status?

ts
optional approval_status?: string;

Defined in: types.ts:155

Approval status of the sender ID (e.g., approved, pending).


message?

ts
optional message?: string;

Defined in: types.ts:151

Optional message from the API.


sender_name?

ts
optional sender_name?: string;

Defined in: types.ts:153

The sender name that was checked.


status

ts
status: string;

Defined in: types.ts:149

Status of the sender ID registration.