MyOperator API Reference – Postman Documentation Links

MyOperator API Reference – Postman Documentation Links

MyOperator API Reference – Postman Documentation Links

📄 Full Postman Collection: https://documenter.getpostman.com/view/38426694/2sAXqy3evq

âš ī¸ Note: Different API groups use different base URLs and authentication methods. Refer to the authentication box at the top of each section before integrating.

Authentication Summary

API GroupBase URLAuth MethodWhere to Find Keys
WhatsApp Business APIs
Contact APIs
https://publicapi.myoperator.coWABA Authentication Key
x-api-key header
MyOperator Panel → API & Webhook → WhatsApp APIs → WhatsApp API Key
OBD APIshttps://obd-api.myoperator.co/obd-api-v1Calling API Keys
x-api-key + secret-key headers
MyOperator Panel → API & Webhook  â†’ Calling APIs → Endpoint Details
User APIs
Call APIs
https://developers.myoperator.coCalling API Token
token query/body param
MyOperator Panel → API & Webhook  â†’ Calling APIs → Endpoint Details
Webhooks (New & Deprecated)Inbound payloads to your endpointN/A – payloads sent by MyOperator to your server—

📱 WhatsApp Business APIs

🔐 Authentication – WABA API KeyBase URL: https://publicapi.myoperator.co
Header: x-api-key: <your-waba-authentication-key>
Find it: MyOperator Panel → Manage →WhatsApp APIs→ WhatsApp API Key

Templates

Campaigns

Phone Numbers, Messages & Media


👤 Contact APIs

🔐 Authentication – WABA API Key (same as WhatsApp Business APIs)Base URL: https://publicapi.myoperator.co
Header: 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-v1
Headers 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.co
Pass 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.co
Pass 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.