---
title: "Create a new company webhook"
method: POST
path: "/v1/company_webhooks"
---

# Create a new company webhook

`POST /v1/company_webhooks`

## Query parameters

- `url` string
- `secret` string
- `format` string
- `actions` string[]
- `enabled` boolean

## Headers

- `X-Time-Zone` string
- `X-Metric-Units` boolean
- `X-User-Id` integer

## Response `201`

201

- object
  - `company_webhook` object
    - `id` integer
    - `url` string
    - `secret` string
    - `format` string
    - `actions` string[]
    - `enabled` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
