GET
/
stable
/
open
/
whatsapp
/
get-platform-list
curl --request GET \
  --url https://api.myalice.ai/stable/open/whatsapp/get-platform-list \
  --header 'X-Myalice-Api-Key: <api-key>'
[
  {
    "id": 123,
    "title": "MyAlice WhatsApp Channel",
    "number": "+628 1234 56789"
  }
]

Authorizations

X-Myalice-Api-Key
string
header
required

Response

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

"MyAlice WhatsApp Channel"

number
string
required
Example:

"+628 1234 56789"