API Key Management
List API Keys
List all API keys for the authenticated user. Never returns full tokens, only hints.
get/v1/api-keys
Response
List of API keys
Example response
{
"status": "success",
"data": {
"api_keys": [
{
"token_hint": "a1b2c3d4"
}
]
}
}