# Create webhook

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

## Request fields (application/json):

  - `url` (string, required)

  - `label` (string, required)

  - `scope` (array, required)
    Enum: "merchant", "charge", "payouts"

## Response 200 fields (application/json):

  - `id` (string, required)

  - `url` (string, required)

  - `label` (string, required)

  - `secret` (string, required)

  - `created_at` (string, required)

  - `events` (object, required)


