Hello,
I have the following 0Auth URL.
https://squareup.com/oauth2/authorize?client_id=s000-000-000-&scope=PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS+PAYMENTS_WRITE+PAYMENTS_READ+PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS+ORDERS_READ+ORDERS_WRITE+DEVICE_CREDENTIAL_MANAGEMENT&state=82201dd8d83d23cc8a48caf52b
It redirects to the following URL [Preformatted text](https://webhook.site/3ca6dc1f-79ed-42b2-8ddf-664cfa5?code=000-000-00-&response_type=code&state=82201dd8d83d23cc8a48caf52b#_=_)
My question is, see how it returns &code=000-000-000 by default? Is it possible that in the original authorization 0auth link I sent how can I pass an extra parameter in the URL that will be sent to the redirect URL? I want to do the following [Preformatted text](https://squareup.com/oauth2/authorize?client_id=s000-000-000-&scope=PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS+PAYMENTS_WRITE+PAYMENTS_READ+PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS+ORDERS_READ+ORDERS_WRITE+DEVICE_CREDENTIAL_MANAGEMENT&state=82201dd8d83d23cc8a48caf52b&**UUID=111-111-11**1
)
I want the redirect to look like the following
[type or paste code here](https://webhook.site/3ca6dc1f-79ed-42b2-8ddf-664cfa5?code=000-000-00-&response_type=code&state=82201dd8d83d23cc8a48caf52b#_=_&UUID=111-111-111)
How can I do this?