Connect to HTTP Client with authorization header api key

Hey,

I’m looking for a way to connect to an HTTP Client, which has an API key in the header.

curl -X GET
https://api-stg.zenfulfillment.com/orders/export
-H ‘Authorization: ZF-API 90383b54ca2be3410ded4911xxxx’

Is there a way to do this?

Tried out already multiple things, but was not really successful.

Thanks and best,
Kevin

Hi @krbm,

You can use the plugins to put the API Key to the header.

Ah, easy one. Thanks a lot :slight_smile: