Records cursor API error

I’m trying to test the Add cursor API with Postman, but got the following error:

{

"code": "CB_OA01",

"id": "LfNIq6B9tt9Cx300hrFT",

"message": "Cannot access protected resource."

}

I set these OAuth scopes

  • k:app_record:read
  • k:app_settings:read
  • k:file:read

And also can get records without issue. Please advise.

Hello @bonniecpk

Welcome to the community!

This behavior is most likely because the Add Cursor API (/k/v1/records/cursor.json) does not support OAuth authentication, as it’s not listed among the supported APIs here.
Please consider using a different authentication method when calling this API.

Thank you.

1 Like