GET
/
customer
/
keys
Get customer license keys
curl --request GET \
  --url https://api.keymint.dev/customer/keys \
  --header 'Authorization: Bearer <token>'
{
  "action": "getCustomerLicenseKeys",
  "status": true,
  "data": [],
  "code": 0
}

Authorizations

Authorization
string
header
required

Access token for API authentication

Query Parameters

customerId
string
required

The unique identifier of the customer

Response

200 - application/json

Successfully retrieved customer license keys

The response is of type object.