Save the access token for re-use
The access token is a really long alphanumeric string with dashes.
- copy that to your clipboard and paste into a new environment variable
export ORCID_ACCESS_TOKEN=89f0181c-168b-4d7d-831c-1fdda2d7bbbb
Now we can start querying the API for data
- Note: the value of $ORCID_ACCESS_TOKEN is only an example
- You get a new value from the API each time you authenticate successfully