JWT Authentication
In addition to API key authentication, the InstantUploader API also supports JSON Web Token (JWT) authentication. JWT authentication enables you to authenticate using a token generated by our authentication server.
You can use your JWT token to make all CRUD requests to the InstantUploader API, including creating, reading, updating, and deleting resources.
Sign InRefresh Token
Last updated