Skip to main content

Overview

The Telegent mPaaS API provides REST endpoints for managing intelligent mobile numbers, messaging, voice services, and more. All endpoints are automatically documented from our OpenAPI specification.

Base URL

https://api.telegent.com

Authentication

All API endpoints require Bearer token authentication. Get your token using the Authentication endpoint. Request Header:
Authorization: Bearer YOUR_TOKEN_HERE

API Categories

The API is organized into the following categories (auto-generated from OpenAPI spec):

Authentication

OAuth token endpoints (v1.0 and v1.1)

Numbers

Search, provision, and manage phone numbers

Porting

Port numbers in and out (PortIn/PortOut)

Messaging

Send SMS/MMS and manage message routes

Voice Routing

Configure SIP trunks and call routing

Voice

Workgroups, IVR menus, and schedules

Products & Packages

Services, products, and subscriptions

Webhooks

Delivery reports and inbound messages

Quick Start

1

Get Credentials

Obtain your AccountKey and AccountSecret from your Telegent representative
2

Authenticate

Call the /v1.1/oauth/token endpoint to receive your Bearer token
3

Make API Calls

Include the token in the Authorization header for all requests

API Versions

  • v1.1 - Latest version with enhanced features (recommended)
  • v1.0 - Legacy version with continued support

Response Format

All responses are in JSON format and include a Successful boolean field:
{
  "Successful": true,
  "Data": {...}
}

Need Help?