Skip to content

Interface: SenderIdStatus

Defined in: types.ts:168

Status of a registered sender ID.

Properties

approval_status?

ts
optional approval_status?: string;

Defined in: types.ts:178

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


code?

ts
optional code?: string;

Defined in: types.ts:172

Optional API response code.


message?

ts
optional message?: string;

Defined in: types.ts:174

Optional message from the API.


sender_name?

ts
optional sender_name?: string;

Defined in: types.ts:176

The sender name that was checked.


status

ts
status: string;

Defined in: types.ts:170

Request status returned by the API.