Appearance
Getting Started - Partner Companies
Welcome on board. This section walks you through the prerequisite activities required before making API calls to our system as a partner company.
Signup For An Account
Upon your arrangement with the OmniVAS Business Team, a new account gets created for you at the OmniVAS portal (telesend.et). You should receive a confirmation email with instructions to activate and access your account. The activation link expires within 24 hours—if it expires, you'll need to request a new account.
Setup Your API Key
Once you've activated your account and logged in to the portal, navigate to "https://telesend.et/manage-apis" to manage your API access key.
In the Manage API page, you can:
- Enable/Disable API access to your account
- Setup your API access IP address or URL endpoint
- Generate and obtain your API key
Important Notes
- Ensure your API key integration is enabled before proceeding
- Copy and store your API access details securely
- Update your merchant URL to the correct IP address or FQDN from which your system originates API calls
- Valid formats: IP address (
xxx.xxx.xxx.xxx) or FQDN (Fully Qualified Domain Name)
- Valid formats: IP address (
The Gateway URL
OmniVAS APIs are web-based with request/response messaging. Use the following base URLs for all API endpoints and environment contexts, unless specified otherwise.
| Environment | Base URL |
|---|---|
| Production | https://api.telesend.et/api/v1/client |
| Testing | Available on request from OmniVAS Business Team |
Next Steps: Proceed to Authentication to configure your API credentials and begin making requests.