Skip to main content
POST
Replace the secret for an existing custom_http integration credential

Authorizations

Authorization
string
header
required

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

Path Parameters

integrationId
string
required

Body

application/json
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 integration credential after rotation.

success
boolean
required
data
object
required