Outbound REST Integration with API key
Hii,I’m working on a scoped application where I need to trigger an outbound REST call to a third-party API. The third-party API expects an API key via an HTTP header like this:x-api-key: <actual_api_key>I’ve stored this API key securely using Connect...