Thanks Barry,
I’ve successfully generated a token via this workflow and have upped the API limit to 120 per minute.
I actually just manually ran a curl request and tossed the token into environment variables on the webserver(node). I see it expires in ~57 days.
I am relatively new to API use. Would I have the server periodically generate a new token every once in a while? Could you share any info or recommend any resources on best practices in this regard (token management)?