cURL
curl --request GET \ --url https://api.keymint.dev/customer/keys \ --header 'Authorization: Bearer <token>'
{ "action": "getCustomerLicenseKeys", "status": true, "data": [], "code": 0 }
Retrieves all license keys associated with a specific customer
Access token for API authentication
The unique identifier of the customer
Successfully retrieved customer license keys
The response is of type object.
object