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.