Tokens in rest api call?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2022 08:19 AM
Can anyone help me with this.
I am doing outbound rest api call from snow, i get token for every call, where can I store this token to automate the process?
Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2022 02:39 PM
Hi, OOB tokens are stored in oauth_credential table
System OAuth > Manage Tokens
If you are using an Application Registry (oauth_entity) record to manage your integration I would expect that the tokens would be populated into oauth_credential without you having to do this yourself.
This blog may help