Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.voxial.pt/api/user/api-keys \ --header 'Authorization: Bearer <token>'
{ "api_keys": [ { "id": 1, "name": "Production API Key", "last_used_at": "2025-01-08T15:30:00.000000Z", "created_at": "2025-01-01T10:00:00.000000Z" }, { "id": 2, "name": "Development API Key", "last_used_at": null, "created_at": "2025-01-05T14:20:00.000000Z" } ] }
Get all API keys for the authenticated user
Show api_key properties