cURL
curl --request POST \ --url https://prod.oneloop.ai/api/v1/jwt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "payload": {}, "aud": "<string>", "exp": 3600 }'
{ "jwt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The created JWT
The response is of type object.
object