Get Logged In Agent
GET/api/agents/getloggedinagent
Tier: Public — stable, supported for third-party integration.
Returns the calling agent's own detail, resolved from the JWT's agent claim.
Responses
- 200
- 401
Returns the caller's Agents.AgentDetailDto, or null if the caller is a human-user token (no agent claim).
Caller is not authenticated.