I'm testing out authentication following the instruction. for now I'm using token to get it from the query string.
I'm confused if this token is the same as the API key that is generated with the full oauth flow?
Also, my query string isn't formatted properly, is this on purpose?
http://app.test:8000/app_auth?merchant_id={correct}&employee_id={correct}&client_id={correct}#access_token=744bf7d1-{-rest of - token}
is client_id supposed to be client_id=stuff#access_token=stuff
shouldn't be &access_token=
Is the API key the same as access_token and the instructions are referencing access_token 2 times for 2 reasons?
this is the page I'm looking at