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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"CUSTOM_VARIABLE_NAME","is_secret":true,"value":"CUSTOM_VARIABLE_VALUE"}