Pabbly Connect Team•Updated Aug 17, 2026•1 min read
This documentation provides a detailed, step-by-step guide on how to configure HTTP headers.
When configuring an app in Pabbly Connect, some APIs require you to include authentication headers like Authorization, api-key or X-Auth-Token etc. in the HTTP headers with your requests. These headers are commonly used to secure APIs and verify users or apps accessing the API endpoints.
For instance, in GetResponse, you use the "X-Auth-Token" to authenticate user details. Here's an example using cURL: