curl --request GET \
--url https://api.example.com/api/api-keys/[
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"is_active": true,
"name": "<string>",
"last_used_at": "2023-11-07T05:31:56Z"
}
]Retrieves a list of all API keys for the current user
curl --request GET \
--url https://api.example.com/api/api-keys/[
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"is_active": true,
"name": "<string>",
"last_used_at": "2023-11-07T05:31:56Z"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Unique API key identifier with 'apikey_' prefix
When this API key was created
Whether this API key is currently valid and can be used
Optional descriptive name for this API key
When this API key was last used for authentication