Skip to main content
POST
Register a new custom_http integration: endpoint config + write-only secret

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Maximum string length: 255
base_url
string<uri>
required
Maximum string length: 2048
auth_type
enum<string>
required
Available options:
none,
bearer,
basic,
custom_header
token
string | null
username
string | null
password
string | null
header_name
string | null
Maximum string length: 255
header_value
string | null

Response

The response is of type object.