Obter detalhes de uma chave de API específica
id texto obrigatório
ID da chave de API a ser recuperada
curl 'https://pavulla-tech.github.io/v1/api-keys/{id}' --header 'Authorization: YOUR_SECRET_TOKEN'
{
"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": "…"
}