v1
latestOpenAPI 3.0.12026-07-149718.6 KBFacebook Messenger
Update a Messenger account
patch/messenger/{external_id}
Path parameters
external_idstring required
External id of the account you want to update. In this case it is the Facebook Page ID.
Request body
Example request
{
"access_token": "updatedAccessToken",
"applications": [
"newApplicationId"
],
"name": "newName"
}Response
OK.
Example response
{
"access_token": "updatedAccessToken",
"api_key": "abcd1234",
"applications": [
"newApplicationId"
],
"external_id": "12345678",
"name": "newName",
"provider": "messenger"
}