Skip to main content
GET
/
key
Get license key information
curl --request GET \
  --url https://api.keymint.dev/key \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "license": {
      "id": "04ddf5023460ad378e2af5",
      "key": "T8XTR-AI21B-2990H-85SB5",
      "productId": "4898d6707ffa56ed9b0eea",
      "maxActivations": 5,
      "activations": 0,
      "devices": [],
      "activated": true,
      "expirationDate": "2025-10-01T18:45:49.305Z"
    },
    "customer": {
      "id": "f1087171e7f2e8d2d61227",
      "name": "License Test Customer",
      "email": "license-1756752346942@example.com",
      "active": true
    }
  },
  "code": 0
}

Authorizations

Authorization
string
header
required

Access token for API authentication

Query Parameters

productId
string
required

The product ID associated with the license key

licenseKey
string
required

The license key to retrieve information for

Response

200 - application/json

Successfully retrieved license key information

data
object
code
integer
I