---
title: "Test Webhook"
method: POST
path: "/behaviors/webhook/test"
tags: ["behaviors", "Statuses"]
---

# Test Webhook

`POST /behaviors/webhook/test`

Test Webhook

## Response `200`

The Behaviors object.

- StatusEntity — StatusEntity model
  - `code` integer — Status HTTP code
  - `message` string — Error message
  - `status` string — Status message
  - `data` AutoEntity
    - `dynamic` object
  - `errors` ErrorsEntity[] — A list of api errors
    - `fields` string[] — A list of fields where errors occur
    - `messages` string[] — A list of error messages
  - `clickwrap_id` integer — Required Clickwrap id
  - `clickwrap_body` string — Required Clickwrap body

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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