aberman
4 years agoContributor
Khoros Community API Permissions
Hello all,
It appears I lack the permissions needed to retrieve messages from the Khoros Community API (v2) for the community.khoros.com domain.
When I make the initial GET request, I can retrieve the results just fine:
https://community.khoros.com/api/2.0/search?q=SELECT * FROM messages LIMIT 50
If I provide an OFFSET of 50, or add the CURSOR for the next page, however, I encounter the following error:
{
{
"status": "error",
"message": "Permission Denied",
"data": {
"type": "error_data",
"code": 414,
"developer_message": "",
"more_info": ""
},
"metadata": {}
}
Could someone provide more context around the meaning of this error?
Thanks!