Create a custom variable

POST {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables

Creates an endpoint with the name <CUSTOM_VARIABLE_NAME>.

Request Body

{"name"=>"CUSTOM_VARIABLE_NAME", "value"=>"CUSTOM_VARIABLE_VALUE", "is_secret"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;name&quot;:&quot;CUSTOM_VARIABLE_NAME&quot;,&quot;is_secret&quot;:true,&quot;value&quot;:&quot;CUSTOM_VARIABLE_VALUE&quot;}