Get a custom variable

GET {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name

Shows the content of the custom variable with the name <CUSTOM_VARIABLE_NAME>.

If the custom variable is secret, the value does not return in the response payload.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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