New order webhook
Injection Web Services
New Order Webhook
This service will need to be implemented on the client side so that Trade can consume it. This will serve to notify the client every time a new order entered event occurs.
POST
New order webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Order successfully notified
Example:
"OK"

