Returns all API keys for the authenticated user. Key values are never returned after creation — only metadata like name, prefix, and creation date.
cURL
curl --request GET \ --url https://api.rendobar.com/api-keys
{ "data": [ { "id": "<string>", "name": "<string>", "prefix": "<string>", "createdAt": 123, "lastUsedAt": 123, "expiresAt": 123 } ] }
API keys retrieved successfully
Show child attributes
Was this page helpful?