Hi
Im trying to create exposed http function that takes notificatons from a third party service. The service will send notifications (rest post) to a given url with query string like ?attribute=id. But when i look at the documentation/articles for exposing site api/http ( https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions , https://www.wix.com/corvid/reference/wix-http-functions#top )
I dont find any mention of how to set up a function that can take care of query string.
Dose anyone have an ide of how to make this work?
//Eric Lind