Api referenceAgent Auth
Deny agent login
Denies a pending agent login request so the agent stops polling and the device code cannot be exchanged.
POST
/api/v1/experimental/agent/auth/requests/{userCode}/denyDenies a pending agent login request so the agent stops polling and the device code cannot be exchanged.
Response Body
application/json
application/json
application/json
application/json
Approve agent login POST
Approves a pending agent login request for the signed-in customer and selected workspace.
Exchange agent login POST
Polls the agent login request using deviceCode and, once approved, issues a reusable workspace-scoped API key. The secret is returned once at apiKey.key, should be saved immediately, and should be reused for future HTTP API calls instead of re-running login.