New order webhook
Servicio Web de Inyección
Webhook de nuevo pedido
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"

