APIAPI Key Management
Get API Key Information
Retrieve information about your current API key.
Retrieve information about your current API key.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/user/api-key"{ "success": true, "data": { "keyPrefix": "taisly_a1b2c3", "isActive": true, "lastUsedAt": "2026-02-19T10:00:00.000Z", "createdAt": "2026-01-01T00:00:00.000Z" }}{ "success": false}{ "success": false}