Obter Chave de API

Obter detalhes de uma chave de API específica

Parâmetros de caminho


id texto obrigatório

ID da chave de API a ser recuperada

GET /v1/api-keys/{id}
curl 'https://pavulla-tech.github.io/v1/api-keys/{id}'   --header 'Authorization: YOUR_SECRET_TOKEN'
200
{
  "id": "…",
  "name": "…",
  "key": "…",
  "expiresAt": "2025-04-08T09:20:07.804Z",
  "lastUsed": "2025-04-08T09:20:07.804Z",
  "createdAt": "2025-04-08T09:20:07.804Z",
  "mode": "…"
}