Question about creating integrations

Hello everybody.

I’m working on an integration and have this question regarding the OAuth flow. Is there any way Sentry sends me a state query parameter back when a user installs the integration?

For other integrations I have worked on, the OAuth flow starts when we redirect our users to a third-party login page (the url contains the state query parameter), where they give my application permissions. Then, the third-party app calls my application back with the same state parameter. Is something like this possible with Sentry integrations?