Quick Start
Set up your workspace and send your first message in minutes.
Authentication
Learn how to create and use API keys to authenticate every request.
Sender Numbers
Register and verify sender numbers to start messaging your customers.
Messaging
Send text, images, voice, and documents and read message logs via the API.
How it works
TGO Business uses two distinct APIs: the Central API (https://business.tgo-eg.com/api/v1) for account and workspace management, and the Tenant API (https://{tenant-domain}/api/v1) for all messaging operations.
Create your workspace
Register with your email, verify it, then complete your organization profile to get a dedicated tenant domain.
Generate an API key
From your dashboard, create a scoped API key. Pass it as
X-Api-Key on every Tenant API request.Verify a sender number
Add a TGO Connect phone number as a sender. The account owner receives an OTP inside TGO Connect to confirm ownership.
The Tenant API handles all messaging operations. Always use your tenant domain (e.g.,
https://acme-support.tgo-eg.pro/api/v1) — not the Central API — when sending messages or managing sender numbers.