Facebook
LinkedIn
YouTube
Getting Started
Authentication
Authentication
  • V2 Authentication (Deprecated)
  • V3 Authentication
V2 API Documentation (Deprecated)V3 API Documentation
Getting Started
Authentication
Authentication
  • V2 Authentication (Deprecated)
  • V3 Authentication
V2 API Documentation (Deprecated)V3 API Documentation
  1. Getting Started
  • Choosing the Right API Version
  • Getting Started
  • Architecture
  • Quick Start
  • Authentication
  • Roles and API Access
  • API Categories
  • API Endpoints Reference
  • Making Your First API Call
  • Working with Encrypted Tokens
  • Code Examples
  • Error Handling
  • Best Practices
  • Troubleshooting
  • Support
  1. Getting Started

Getting Started

Convirza is a call tracking and analytics platform. Its V3 API is a distributed, RESTful JSON platform built on NestJS with separate OAuth and business logic services.

What You Can Do with the API#

DomainCapabilities
Users & GroupsManage users, roles, and organizational units
Calls & SMSRetrieve conversation history, transcriptions, indicators
Phone NumbersSearch, order, assign, and release tracking numbers
Provisioned RoutesConfigure call routing rules and forwarding
WebhooksSubscribe to real-time call and SMS events
AI Voice AgentsCreate and manage AI-powered voice agents
SMS BroadcastsRun outbound SMS campaigns
Media PromptsUpload audio prompts, whispers, voicemails, surveys

Services at a Glance#

ServiceBase URLPurpose
OAuthhttps://platform-oauth.convirza.comAuthentication — get and refresh tokens
Public APIshttps://platform-api.convirza.com/v3All business logic endpoints

Authentication Summary#

1.
POST /oauth/token with email and password → receive access_token + refresh_token
2.
Pass Authorization: Bearer <access_token> on every API request
3.
Tokens are encrypted opaque strings — use as-is, do not decode
4.
Access tokens expire after 7 days; refresh tokens after 6 months

Need Help?#

Email support@convirza.com with your request ID (returned in every error response).
Modified at 2026-04-13 06:23:15
Previous
Choosing the Right API Version
Next
Architecture
Built with