account settings
Set FB persistent menu
Set the persistent menu for a Facebook Messenger account. Max 3 top-level items, max 5 nested items.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
persistent_menu
Persistent menu configuration array (Meta format)
Response Body
application/json
curl -X PUT "https://getlate.dev/api/v1/accounts/string/messenger-menu" \ -H "Content-Type: application/json" \ -d '{ "persistent_menu": [ {} ] }'Empty
Empty
{
"error": "Unauthorized"
}