Forum Discussion

aberman's avatar
aberman
Contributor
3 years ago

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!

  • I'm not sure if observation this directly helps you, but clicking on the query link you've given works for me and returns results (as long as my browser is logged in to this Khoros Atlas Community site) - see the screenshot below.

    I don't [believe I] have any special rights in Atlas compared to any other regular user.