API call with AWS signature

I need to make an API call with an AWS signature for authentication and authorization. I’ve been using the HTTP modules for API calls but I don’t see any that enables me to enter the required fields for AWS signature (access key, secret key, aws service, and region). What module can I use for this purpose, and how can I enter this authentication fields? Thanks to anyone who can give me a hand!

1 Like

Hey Natalia,

Generally, these would be in the authorization headers except stated otherwise in the API doc you’re following to make the request. So you can add them into the headers in the HTTP module Make:

2 Likes