Confirm a desktop pairing
Called by the Cyberun dashboard after the user reviews the consent screen and clicks confirm. Requires an authenticated user session (JWT) — the credential is issued to that user inside the X-Team-ID team.
On success the desktop’s next Poll will return the dk- credential. Confirm itself returns 204 with no body; the raw key is never shown to the confirming browser.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Headers
UUID of the team to scope the request to. Required on all team-scoped JWT endpoints because a user may belong to multiple teams.
"019abc12-4567-7890-abcd-ef1234567891"
Body
Response
Pairing confirmed; the desktop's next poll will receive the credential.
