v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBWebhooks Integration
Get a custom variable
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.
get/api/v1/integration/webhooks/configuration/custom-variables/{custom_variable_name}
Path parameters
custom_variable_namestring required
The name of the custom variable.
Response
OK
Example response
{
"is_secret": true,
"name": "CUSTOM_VARIABLE_NAME",
"value": "CUSTOM_VARIABLE_VALUE"
}