Many APIs require authentication to verify your identity and authorize access to their services. Data Fetcher makes this easy by automatically handling the necessary headers and parameters when you configure authorization on the Authorization tab.Data Fetcher supports six different authentication methods:
OAuth provides secure, token-based authentication for third-party services. Data Fetcher offers two OAuth options:Preset OAuth connections - For popular APIs like Google, Facebook, and other major platforms that Data Fetcher supports out of the box. See our guide on how to connect to a preset OAuth API.Custom OAuth connections - For APIs that require OAuth but aren’t available as preset options. See our guide on how to create a custom OAuth connection.
AWS Signature V4 is required for authenticating requests to Amazon Web Services.
Select AWS Signature V4 from the Type dropdown.
Enter your AWS Access Key in the Access key input field.
Enter your AWS Secret Key in the Secret key input field.
Optionally, specify the AWS Region. If left blank, Data Fetcher attempts to infer it from the URL.
Optionally, specify the AWS Service. If left blank, Data Fetcher attempts to infer it from the URL.
If using temporary security credentials, enter your AWS Session token.
When the request runs, Data Fetcher automatically calculates and adds the X-Amz-Content-Sha256, X-Amz-Date, and Authorization headers required for AWS authentication.