Retrieve a URL parameter for a session

Hey !

Here’s my problem : my users will come from our website (wich is a wordpress btw). I want to put an api-key in an URL parameter and keep it for the whole session (in order to make my API calls with a variable).

How can I do that ??

Hey @jb-jetpulp :wave:

I think you’ll be able to do this with a query string:

Let me know if that works for you :slight_smile: