[SOLVED] What is webhook url how to create it for stream Api morlis v2

Sorry to bother you guys I understand docs but I’m a bit of confusing whats my webhook URL could you explain the URL
which is going to receive logs data from the stream API
can please show me how I’m gonna set up it could be rest API or what so ever I didn’t get in my freeking head
This one

You can access webhook.site and use a generated webhook url form there while testing

ok but do I need to setup mongo db for saving data or it will direcly deleivered from straeam api

It will deliver directly the info to the webhook url and from there you save it in a database or do something else, or only display it

ok let me be clear for example unlike v1 it will only deleiver real time data at spot not historicall data

Yes, for now we will deliver only real time data with streams API, no historical data

ah ok its easy for me using rest api into webhook to save data with django

1 Like

thank you its a great a help