Authorizations
Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"
Path Parameters
Organization ID
Webhook ID
Response
Get organization webhook
Define the type of the webhook. SLACK is a special webhook type to push notifications directly to slack. The target_url must be a Slack compatible endpoint.
STANDARD, SLACK "STANDARD"
Set the public HTTP or HTTPS endpoint that will receive the specified events.
The target URL must starts with http:// or https://
Turn on or off your endpoint.
Specify the project names you want to filter to.
This webhook will be triggered only if the event is coming from the specified Project IDs.
Notes: 1. Wildcard is accepted E.g. product*. 2. Name is case insensitive.
Specify the environment modes you want to filter to. This webhook will be triggered only if the event is coming from an environment with the specified mode.