Skip to content

Commit c030207

Browse files
authored
add custom authentication details to generic http endpoint doc (#375)
1 parent c3ac28a commit c030207

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pages/how-to/stream-activity-to-generic-http.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ This tab is for the essential endpoint details.
3131
- **No Authentication**: Sends requests without an `Authorization` header.
3232
- **Bearer Token**: Adds an `Authorization: Bearer <your-token>` header to each request. You will need to provide your API key or token.
3333
- **Basic Auth**: Adds an `Authorization: Basic <credentials>` header. You must provide the credentials in the format `username:password`.
34+
- **Custom Authentication**: Allows you to specify a custom HTTP header for authentication. You will need to provide both the header name (e.g., `X-API-Key`) and its value.
35+
36+
<Note>
37+
After saving the integration, the configured authentication details will be converted into an HTTP header and will appear in the **Headers** tab.
38+
</Note>
3439

3540
### HTTP Headers (Optional)
3641

0 commit comments

Comments
 (0)