v1
latestOpenAPI 3.0.12026-07-149718.6 KBWhatsApp
Retrieve a Whatsapp account
get/whatsapp/{external_id}
Path parameters
external_idstring required
External id of the account you want to retrieve. In this case it will be the WhatsApp number.
Response
OK.
Example response
{
"api_key": "abcd1234",
"applications": [
"optionalApplicationId"
],
"external_id": "12345678",
"name": "optionalName",
"provider": "whatsapp"
}