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.
Creating broadcasts requires verified callerId as FromNumber
.
This method returns the list of callerId numbers that have been verified
and can be used to create broadcasts. See
SendVerificationCodeToCallerId
and VerifyCallerIdRequest
for instructions on how to verify
a callerId.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
GetCallerIdsRequest | Get verified callerIds from account | object | |
MaxResults | Max number of results to return limited to 1000 (default: 1000) | long | |
FirstResult | Start of next result set (default: 0) | long |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
GetCallerIdsResponse | Verified callerIds associated with account | |
TotalResults | Results count | long |
CallerId | PhoneNumber |