Delivery API and global mbox
Hello!
I need to implement the Delivery API using global mbox.
It seems that is not possible since I am receiving this error message as a response:
"status": 400,
"message": "Errors: field - [execute.mboxes] - global mbox is not allowed in mboxes.;"I found that another user fixed this by using "['execute']['pageLoad']" instead of "['execute']['mboxes']", however I don't understand how to implement this change since the API docs are not very clear.
In short, I need to get all the activities that are using the global mbox.