Returns the webhook URL currently registered for the authenticated client. The secret key is never returned. API Gateway scopes the request from the bearer token and forwards the authenticated client and identity to checkout; do not send conomyhq-client-id manually.
/clients/webhookHeaders
Bearer access token returned by the authentication endpoint.
The API key used for authentication when making requests to the API Gateway.
API version selector for Conomy endpoints. Use 24-04-2025 for the current version.
Identifies the application making the request.
Query parameters
Optional webhook slot to read. Omit it to return the default URL plus the configured per-flavor slots. Use cvu.static when a fixed CVU is provided by the client and cvu.dynamic when Conomy creates the CVU.
defaultcvu.staticcvu.dynamicResponses
webhookUrlstringuriDefault webhook URL.
flavorstringdefaultcvu.staticcvu.dynamicsourceFlavorstringdefaultcvu.staticcvu.dynamicflavorsobjectPer-flavor webhook URLs keyed by flavor.
metadataobjectGET /sandbox/clients/webhook HTTP/1.1
Host: api.conomyhq.com
Authorization: Bearer {ACCESS_TOKEN}
x-api-key: {YOUR_API_KEY}
conomyhq-api-version: 24-04-2025
User-Agent: MyApp/1.0{
"webhookUrl": "https://example.com/webhook",
"flavor": "default",
"sourceFlavor": "default",
"flavors": {},
"metadata": {}
}