GET
/
licenses
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/licenses \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "claims": {},
    "id": 123,
    "uploaded_at": "2023-11-07T05:31:56Z",
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
claims
object

Claims are the JWT claims asserted by the license. Here we use a generic string map to ensure that all data from the server is parsed verbatim, not just the fields this version of Wirtual understands.

id
integer
uploaded_at
string
uuid
string