Generating Access Tokens
I'm using the Kinde Management API. I've run into an issue where the Bearer Token (access token) I've generated in Postman expires after 24 hours.
I understand that I can solve this by generating a new one for each API request that I want to perform, but I cannot figure out how to do so.
The documentation (https://kinde.com/docs/build/get-access-token-for-connecting-securely-to-kindes-api/) for generating one through Postman is really thorough, but the NodeJS one isn't that much.
Could you guys expand on the existing Node.js fetch example documentation? What should I do with the response in order to get the access token?
I understand that I can solve this by generating a new one for each API request that I want to perform, but I cannot figure out how to do so.
The documentation (https://kinde.com/docs/build/get-access-token-for-connecting-securely-to-kindes-api/) for generating one through Postman is really thorough, but the NodeJS one isn't that much.
Could you guys expand on the existing Node.js fetch example documentation? What should I do with the response in order to get the access token?
