Register Handheld
POST/api/agents/registerhandheld
Tier: Public — stable, supported for third-party integration.
Device self-onboarding endpoint: a thin wrapper around agent registration that fixes
AgentType to LicenseAgentType.Handheld, heartbeat duration to 1800
seconds, and missed-threshold to 1.
Request
Responses
- 200
- 400
- 401
Returns the created Agents.AgentDetailDto.
Validation failure (missing fields, HardwareKey not a Guid or not globally unique, no available handheld licence seat) — error array.
Caller is not authenticated.