Authentication
GET /api/auth/me
Section titled “GET /api/auth/me”Get Me
Get identity info for the authenticated principal.
Works for both user tokens (JWT / agd_* user token) and agent tokens.
Responses
| Status | Description | Body |
|---|---|---|
| 200 | Successful Response | PrincipalResponse |
| 422 | Validation Error | HTTPValidationError |