# webhook-config-url

From **GitHub v3 REST API**.

The URL to which the payloads will be delivered.

- Type: `string`
- Format: `uri`
- Example: `https://example.com/webhook`

## JSON Schema

```json
{"description":"The URL to which the payloads will be delivered.","example":"https://example.com/webhook","format":"uri","type":"string"}
```

## Example

```json
https://example.com/webhook
```
