Webhook v1 Test Trigger API Reference

Free Trial ➡

Trigger API that initiates webhook payload delivery to your endpoint for testing.

API Endpoint
https://api.benzinga.com/api/v1
Schemes

https, http

Version

1.0

Playground

Endpoints

GET /webhook/test

this endpoint will send data to your endpoint so you may test.

Parameters

NameTypeLocationDescription
acceptstring , x ∈ { application/json }header

Specifies return format

tokenstringquery

(optional) specify token to have data transformed for production usage

versionstring , x ∈ { webhook/v1 }query

api version currently webhook/v1

kindstring , x ∈ { News/v1 }query

Identifies the message kind. Currently News/v1

destinationstringquery

where the api will send the fake data

Responses

CodeModelDescription
200 OK

success.

400 Bad Request

Error Indicating that the Request received invalid. Inspect response body for details.

424 Failed Dependency

Error Indicating that the system encountered an error delivering the test payload. Inspect response body for details.

500 Internal Server Error

Internal System Error.