Webhook v1 Test Trigger
GET Webhook Test
this endpoint will send data to your endpoint so you may test.
GET
/
webhook
/
test
Responses
200 OK
Responses
success.
400 Bad Request
Responses
Error Indicating that the Request received invalid. Inspect response body for details.
424 Failed Dependency
Responses
Error Indicating that the system encountered an error delivering the test payload. Inspect response body for details.
500 Internal Server Error
Responses
Internal System Error.
Headers
accept
enum<string>
Specifies return format
Available options:
application/json
Query Parameters
token
string
(optional) specify token to have data transformed for production usage
version
enum<string>
api version currently webhook/v1
Available options:
webhook/v1
kind
enum<string>
Identifies the message kind. Currently News/v1
Available options:
News/v1
destination
string
where the api will send the fake data
Was this page helpful?