callfire.com

CallFire

🔑 basic 122 endpoints telecom
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

npm install CallFire-NodeJS-SDK
CallFire-CSharp-SDK ✓ Official
dotnet add package CallFire-CSharp-SDK
CallFire-PHP-SDK ✓ Official
composer require CallFire-PHP-SDK
# See https://github.com/oGLOWo/callfire-scala-client
curl examples
Find calls
curl \
  -u "$API_USER:$API_PASS" \
  https://api.callfire.com/v2/calls
Find media
curl \
  -u "$API_USER:$API_PASS" \
  https://api.callfire.com/v2/media
Find texts
curl \
  -u "$API_USER:$API_PASS" \
  https://api.callfire.com/v2/texts
Endpoints (122 total)
GET
/calls
Find calls
GET
/media
Find media
GET
/texts
Find texts
GET
/orders
Find orders
GET
/contacts
Find contacts
GET
/keywords
Find keywords
GET
/webhooks
Find webhooks
GET
/calls/{id}
Find a specific call
GET
/me/account
Find account details
GET
/media/{id}
Get a specific media
GET
/texts/{id}
Find a specific text
GET
/orders/{id}
Find a specific order
At a glance
Total SDKs4
Languages4
Endpoints122
Authbasic
Categories1
https://api.callfire.com/v2