POST
requests on URL provided to Benzinga.200-OK
, 201-Created
, 202-Accepted
or 204-NoContent
. Any other will result in redelivery.500 ms
for up to 5 minutes
at which point the system will retry every 5 minutes
to resume deliveries. Please provide an email address to notification of issues.30 seconds
; payloads taking more than this time to deliver will timeout. If your system takes longer than this to process incoming deliveries you will need to store the payload and respond with a success status code to continue processing.401-403
is received.429
rate limit status codes, but receivers should be capable of processing several events per second in peak periods dependending on content selections.POST
Can be delivered to any valid URL provided to Benzigna.
Headers
X-BZ-Delivery
: UUID string identifying delivery attempt; you can provide this for troubleshooting.User-Agent
: Identifies the system sending the message. ex. Benzinga-Dispatch/<id> v1.0.0
Content-Type
: application/json
. Identifies payload content type.