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

Authorizations

Wirtual-Session-Token
string
header
required

Body

application/json
Add license request
license
string
required

Response

201 - application/json
Created
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