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