v1
latestOpenAPI 3.0.12026-07-149718.6 KBApplication
Link application to an account
post/{provider}/{external_id}/applications
Path parameters
provider'messenger' | 'viber_service_msg' | 'whatsapp' required
Provider of the account you want to assign an application to
external_idstring required
External id of the account you want to assign an application to. This is channel dependent. For Facebook it will be your Facebook Page ID, for Viber your Viber Service Message ID and for WhatsApp your WhatsApp number.
Request body
Example request
{
"application": "applicationId"
}Response
OK.
Example response
{
"access_token": "accessToken",
"api_key": "abcd1234",
"applications": [
"applicationId"
],
"external_id": "12345678",
"name": "name",
"provider": "messenger"
}