APIEndpoints
GET /v1/keys/status
Get status and metadata for the API key used in the request.
curl -X GET "https://api.hyrelog.com/v1/keys/status"{
"id": "string",
"prefix": "string",
"scope": "COMPANY",
"status": "string",
"expiresAt": null,
"lastUsedAt": null,
"lastUsedIp": null,
"lastUsedEndpoint": null,
"healthScore": 0
}