get https://api.woleet.io/v1/token
Use this operation to generate a new JWT token.
JWT tokens can be used to authenticate to the API, using the Bearer
scheme of the Authorization
header, like:
Authorization: Bearer {JWT token}
Use this operation to generate a new JWT token.
JWT tokens can be used to authenticate to the API, using the Bearer
scheme of the Authorization
header, like:
Authorization: Bearer {JWT token}
Try It!
to start a request and see the response here!