CallerIDsInterface
Props
activateCallerID
activateCallerID: (request: ActivateCallerIDRequest) => Promise<ActivateCallerIDResponse>
Activates the CallerID by the verification code.
addCallerID
addCallerID: (request: AddCallerIDRequest) => Promise<AddCallerIDResponse>
Adds a new caller ID. Caller ID is the phone that is displayed to the called user. This number can be used for call back.
delCallerID
delCallerID: (request: DelCallerIDRequest) => Promise<DelCallerIDResponse>
Deletes the CallerID. Note: you cannot delete a CID permanently (the antispam defence).
getCallerIDs
getCallerIDs: (request: GetCallerIDsRequest) => Promise<GetCallerIDsResponse>
Gets the account callerIDs.
verifyCallerID
verifyCallerID: (request: VerifyCallerIDRequest) => Promise<VerifyCallerIDResponse>
Gets a verification code via phone call to the callerid_number.