cURL
curl --request GET \ --url https://kymaapi.com/v1/auth/me \ --header 'Authorization: Bearer <token>'
Get your account info and API keys.
Authorization: Bearer
{ "user_id": "abc123", "email": "you@email.com", "created_at": "2026-04-05T00:00:00Z", "api_keys": [ { "key": "kyma-xxx...xxx", "name": "default", "request_count": 42, "last_used": "2026-04-05T12:00:00Z" } ] }