# Create webhook

Endpoint: POST /v1/webhooks
Version: v1
Security: account-password-sign-in, api-key-secret

## Security:

  - `account-password-sign-in` (unknown)
    http bearer JWT

  - `api-key-secret` (unknown)
    http basic

## Request fields (application/json):

  - `url` (string, required)

  - `label` (string, required)

  - `scope` (array, required)

## Response 200:

  - `200` (unknown)
    Create webhook

## Response 200 fields (application/json):

  - `id` (string, required)

  - `url` (string, required)

  - `label` (string, required)

  - `secret` (string, required)

  - `created_at` (string, required)

  - `events` (object, required)

