orgs_slash_get_webhook

Function orgs_slash_get_webhook 

Source
pub async fn orgs_slash_get_webhook(
    configuration: &Configuration,
    org: &str,
    hook_id: i32,
) -> Result<OrgHook, Error<OrgsSlashGetWebhookError>>
Expand description

Returns a webhook configured in an organization. To get only the webhook config properties, see "Get a webhook configuration for an organization. You must be an organization owner to use this endpoint. OAuth app tokens and personal access tokens (classic) need admin:org_hook scope. OAuth apps cannot list, view, or edit webhooks that they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.