HTTP Header Auth
Custom HTTP header authentication for API requests.
Fields
| Field | Description | Required |
|---|---|---|
| Header Name | HTTP header name (e.g., X-API-Key) | Yes |
| Header Value | Header value (your API key or token) | Yes |
Setup Steps
- Step 1: Get the API key or token required by your target service
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select HTTP Header Auth as the credential type
- Step 4: Set the header name (e.g.
X-API-Key) and enter the header value - Step 5: Use this credential with HTTP Request nodes in your workflows