MyOperator API Reference â Postman Documentation Links
MyOperator provides the following API groups: WhatsApp Business APIs (templates, campaigns, phone numbers/messages/media), Contact APIs, OBD APIs (outbound dialer/calling), User APIs, Call APIs, and Webhooks (New & Deprecated) for inbound event payloads.
Authentication Summary
| API Group | Base URL | Auth Method | Where to Find Keys |
|---|
WhatsApp Business APIs Contact APIs | https://publicapi.myoperator.co | WABA Authentication Key
x-api-key header | MyOperator Panel â API & Webhook â WhatsApp APIs â WhatsApp API Key |
| OBD APIs | https://obd-api.myoperator.co/obd-api-v1 | Calling API Keys
x-api-key + secret-key headers | MyOperator Panel â API & Webhook â Calling APIs â Endpoint Details |
User APIs Call APIs | https://developers.myoperator.co | Calling API Token
token query/body param | MyOperator Panel â API & Webhook â Calling APIs â Endpoint Details |
| Webhooks (New & Deprecated) | Inbound payloads to your endpoint | N/A â payloads sent by MyOperator to your server | â |
đą WhatsApp Business APIs
đ Authentication â WABA API KeyBase URL:
https://publicapi.myoperator.coHeader:
x-api-key: <your-waba-authentication-key>Find it: MyOperator Panel â Manage â
WhatsApp APIsâ WhatsApp API Key
Templates
Campaigns
đ Authentication â WABA API Key (same as WhatsApp Business APIs)Base URL:
https://publicapi.myoperator.coHeader:
x-api-key: <your-waba-authentication-key>Find it: MyOperator Panel â Manage â
WhatsApp APIsâ WhatsApp API Key
đ OBD APIs
đ Authentication â Calling API KeysBase URL:
https://obd-api.myoperator.co/obd-api-v1Headers required:
x-api-key: <your-calling-x-api-key> secret-key: <your-calling-secret-key>Find it: MyOperator Panel â Manage â
Calling APIsâ Endpoint Details
đĨ User APIs
đ Authentication â Calling API TokenBase URL:
https://developers.myoperator.coPass as query param or body:
token=<your-calling-api-token>Find it: MyOperator Panel â Manage â
Calling APIsâ Endpoint Details â Authentication
đ Call APIs
đ Authentication â Calling API TokenBase URL:
https://developers.myoperator.coPass as query param or body:
token=<your-calling-api-token>Find it: MyOperator Panel â Manage â
Calling APIsâ Endpoint Details â Authentication
đ Webhooks â New
âšī¸ Inbound Payloads â No Auth Required from Your SideThese are payloads sent by MyOperator to your server. Configure your webhook endpoint URL in the MyOperator Panel. MyOperator will POST events to your URL.
Calls
WABA
đ Webhooks â Deprecated (Use New Webhooks instead)
â ī¸ These webhook events are deprecated.Migrate to the new Webhooks (above) for continued support. Payloads are inbound â sent by MyOperator to your configured endpoint.