# POST /webhook-payloads.json **POST /webhook-payloads.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **duration** (integer(int32) | null) Duration - **payload** (object | null | array | boolean | integer | number | string) Payload - **response** (object | null | array | boolean | integer | number | string) Response - **status** (string | null) Status - **trigger** (string | null) Trigger - **webhookId** (integer(int32)) Webhook ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **duration** (integer(int32) | null) Duration - **id** (integer(int32)) Id - **payload** (object | null | array | boolean | integer | number | string) Payload - **response** (object | null | array | boolean | integer | number | string) Response - **status** (string | null) Status - **trigger** (string | null) Trigger - **updatedAt** (string(date-time)) Updated at - **webhookId** (integer(int32)) Webhook [Powered by Bump.sh](https://bump.sh)