POST
request to https://api.rhino.fi/authentication/auth/apiKey and including your API key in the payload.
Using the JWT
Once you have a JWT, you need to include it in your API requests using theAuthorization
header. Example:
We recommend using the SDK if you use JavaScript/TypeScript for your application as it will take care of handling the JWT flow for you.