Topic: API Permission
I'm trying to load messages via API. I've gotten a tokens using both the flag 0x200 and 0x1000
After using this tokens to get my SID, I'm trying to load 24 hours of messages for a unit.
I've copied the example.
Here's my call:
SIDs from tokens with the mask 0x1000 and 0x200 both return:
{
"error": 7
}
What permissions do I need to load these messages?
Thanks