# Get Webhook Shared Secret

**GET** `/webhooks/secret/`

Get Webhook Shared Secret

### Responses

- `200`: A response with the secret contained.
  - Content types: `application/json`
- `403`: User is not priviliged to view the shared secret.
- `404`: Shared secret has not been generated yet.
