Webhook v1 Test Trigger API Reference
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
Name | Type | Location | Description |
---|---|---|---|
accept | string , x ∈ { application/json } | header | Specifies return format |
token | string | query | (optional) specify token to have data transformed for production usage |
version | string , x ∈ { webhook/v1 } | query | api version currently webhook/v1 |
kind | string , x ∈ { News/v1 } | query | Identifies the message kind. Currently News/v1 |
destination | string | query | where the api will send the fake data |
Responses
Code | Model | Description |
---|---|---|
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. |