Skip to main content
GET
/
license
doge
curl --request GET \
  --url http://localhost:9601/license
{
  "id": "00000000-0000-0000-0000-000000000000",
  "plan": "free",
  "customer": "anonymous",
  "expired_at": "2099-12-31T23:59:59Z",
  "created_at": "1996-08-24T00:00:00Z",
  "version": "1",
  "signature": ""
}

Response

200 - application/json

OK

id
string
plan
string
customer
string
expired_at
string
created_at
string
version
string
signature
string