I can't find the oauth_token table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:28 PM
General users cannot access the endpoint with the REST API, and the response code returns 401.
After some research, I found that the ACL in the oauth_token table needs to be set in order for a regular user to access the endpoint via the REST API.
However, I can't find the oauth_token table.
Where can I find the table?
Also, is there any other way to make the endpoint accessible to regular users?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 06:59 AM
Hello,
Please review this thread for ways to troubleshoot your 401 error:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:39 PM
Hi OOB the token table is module System OAuth > Manage Tokens
The table name is oauth_credential
The URL is /oauth_credential_list.do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:58 PM
Thank you.
I changed the ACL in the oauth_credential table, but it still returns 401.
Is there anything else I need to set?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:39 PM
OAuth Credentials are entered from "System OAuth" > "Manage Tokens" page. The table name is "oauth_credential".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 04:58 PM
Thank you.
I changed the ACL in the oauth_credential table, but it still returns 401.
Is there anything else I need to set?