Skip to Content
Urlizo API Docs
API ReferenceProfile / Me

Profile / Me

Metadados da API Key autenticada. Rota real GET /me (sem prefixo /api/v1 no runtime). Sem scope adicional.

Tag no Swagger: API Keys · Auth: API Key (sem scope adicional) · 1 endpoints

GET/me

Metadados da chave (nunca hash/secret). Se o registro sumiu, retorna fallback REVOKED com 200.

Auth: API Key Bearer (sem scope)

Response

{ id, name, status: ACTIVE|INACTIVE|REVOKED, permissions, lastUsedAt, expiresAt, createdAt, updatedAt }

Errors: 401 (chave inválida/ausente)