My App
APIEndpoints

GET /v1/keys/status

Get status and metadata for the API key used in the request.

GET/v1/keys/status

Response Body

application/json

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
}