GET
/
stable
/
open
/
whatsapp
/
get-platform-list
curl --request GET \
  --url https://api.iomnihub.ai/stable/open/whatsapp/get-platform-list
[
  {
    "id": 123,
    "title": "iOmniHub WhatsApp Channel",
    "number": "+628 1234 56789"
  }
]

Authorizations

api_key
string
query
required

Response

200
application/json
Successful operation
id
integer
required
title
string
required
Example:

"iOmniHub WhatsApp Channel"

number
string
required
Example:

"+628 1234 56789"