API endpoints
TGO Business exposes two API base URLs depending on what you need to do.| API | Base URL | Purpose |
|---|---|---|
| Central API | https://business.tgo-eg.com/api/v1 | Registration, login, and subscription management |
| Tenant API | https://{tenant-domain}/api/v1 | Sender numbers, messaging, and usage |
How it works
Getting from sign-up to your first sent message takes four steps:- Create a workspace — register with your email, verify your address, and complete your organization profile at business.tgo-eg.com.
- Generate an API key — create a key from the dashboard; include it as the
X-Api-Keyheader on every Tenant API request. - Add a sender number — submit a phone number you own; the TGO Connect account holder receives an OTP to confirm ownership.
- Send messages — call the Tenant API with your verified sender number to deliver messages to any recipient.
Explore the docs
Quickstart
Create your workspace, get an API key, verify a sender number, and send your first message in minutes.
Authentication
Learn how to generate and use API keys, and understand the available permission scopes.
Sender numbers
Add and verify the phone numbers you use to send messages through TGO Connect.
Messaging
Send text messages and other message types using the Tenant API.