# Ping a Webhook **POST /webhooks/{webhook_id}/ping** Trigger Arta to deliver a test message to an existing Webhook endpoint ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters #### Headers - **Authorization** (string) Authorize your API calls with an Arta API token #### Path parameters - **webhook_id** (integer) webhook_id parameter ## Responses ### 200: Successful Webhook response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body Parameters: application/json (object) - **created_at** (string) - **id** (integer(int64)) - **name** (string) - **updated_at** (string) - **url** (string) ### 404: Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body Parameters: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)