Register and manage APIs
SDKs and APIs
If you don’t use Postman or other similar tools to test your connections, here’s an example of how to call the Kinde Management API in NodeJS.
Add a machine to machine application for API access, and copy the App keys - Domain, Client ID and Client secret from the application.
Call the Kinde token endpoint using the app key details you copied at step 1. Here’s a code sample in NodeJS. This should return an access token.
Use the access token to call the Kinde management API. Here’s an example of calling the users
endpoint in NodeJS:
Dive into our API docs and starting connecting your product to ours.