exposed Site API/HTTP with query string

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

TL;DR: use query object, like for any page who´s params you want to read.query - Velo API Reference - Wix.com

Example for http-functions: [https://www.wix.com/corvid/forum/community-discussion/example-myapi-and-myapiclient](https://www.wix.com/corvid/forum/community-discussion/example-myapi-and-myapiclient

Look)

[Look](https://www.wix.com/corvid/forum/community-discussion/example-myapi-and-myapiclient

Look) at the “server” code, not the client.