Skip to main content

Test Webhook

POST 

https://api.rapidcompact.com/api/v1/user/webhooks/test/:id

A test event will be sent to the webhook to make sure it is accessible and can receive events

Call the "Test Webhook" endpoint again to see if the webhook was successfully invoked

Request

Path Parameters

    id integerrequired

    The id of the webhook

    Example: 1

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Responses

success

Schema

    string

Authorization: http

name: defaulttype: httpscheme: bearerdescription: 
curl -L -X POST 'https://api.rapidcompact.com/api/v1/user/webhooks/test/:id' \
-H 'Accept: text/plain' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.rapidcompact.com
Auth
Parameters
— pathrequired
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!