Get one decrypted uninstall token by its ID

View as Markdown
GET /api/fleet/uninstall_tokens/{uninstallTokenId}

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/uninstall_tokens/{uninstallTokenId}

Refer to Spaces for more information.

Path parameters

  • uninstallTokenId string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • item object Required
      Hide item attributes Show item attributes object
      • created_at string Required
      • id string Required
      • policy_id string Required
      • token string Required
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/uninstall_tokens/{uninstallTokenId}
curl \
 --request GET 'https://localhost:5601/api/fleet/uninstall_tokens/{uninstallTokenId}' \
 --header "Authorization: $API_KEY"