CallFire has a new API!
We are proud to announce the launch of our API 2.0! Learn more about our streamlined, transactional and broadcast APIs. This version of the API documentation will remain available for reference only. There will be no new development, only bug fixes. We highly recommend upgrading to our newer and more sophisticated documentation.
Verifying a callerId is a two step process. First a verification code must
be sent to callerId SendVerificationCodeToCallerId
. Then the
verificationCode sent to callerId must be entered here to mark callerId
as verified.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
VerifyCallerIdRequest | Send VerificationCode to CallerId | object | |
CallerId | CallerId number to verify | PhoneNumber | |
VerificationCode | 4-digit verification code that was sent to phone number in CallerId | string |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
VerifyCallerIdResponse | Send VerificationCode to CallerId | |
Verified | Whether callerId was verified | boolean |