---
id: v1-http-config
title: HttpConfig
pagination_label: HttpConfig
sidebar_label: HttpConfig
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'HttpConfig', 'v1HttpConfig']
slug: /tools/sdk/typescript/triggers/models/http-config
tags: ['SDK', 'Software Development Kit', 'HttpConfig', 'v1HttpConfig']
---

# HttpConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | `string` | URL of the external/custom integration. | [default to undefined]
**httpDispatchMode** | `HttpDispatchMode` |  | [default to undefined]
**httpAuthenticationType** | **(optional)** `HttpAuthenticationType` |  | [default to undefined]
**basicAuthConfig** | **(optional)** `BasicAuthConfig` |  | [default to undefined]
**bearerTokenAuthConfig** | **(optional)** `BearerTokenAuthConfig` |  | [default to undefined]

