cURL
curl --request GET \ --url https://api.example.com/v1/scoped-jwt \ --header 'Authorization: Bearer <token>'
{ "expires_at": 123, "models": [ "<string>" ], "spending_limit": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
unix timestamp of when the token expires
which models is the token limited to
how much is the total spending limit set at creation