- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 04:55 AM
I'm using one Outbound REST message. I want to use API Key from Connections & Credentials module as an Authentication type for my REST message. I have API Key in handy. Is it achievable ? I don't want to use basic or oauth authentication type.
Solved! Go to Solution.
- Labels:
-
Data Acquisition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 04:58 AM
In the Header Add
Authorization: Bearer <your API Key>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 05:59 AM
Unfortunately, it's not working for me 😞
I tried also
Authorization: Basic <API Key>
I'm trying this in the HTTP Headers of the rest message


