Get one decrypted uninstall token by its ID
Spaces method and path for this operation:
get /s/{space_id}/api/fleet/uninstall_tokens/{uninstallTokenId}
Refer to Spaces for more information.
GET
/api/fleet/uninstall_tokens/{uninstallTokenId}
curl \
--request GET 'https://localhost:5601/api/fleet/uninstall_tokens/{uninstallTokenId}' \
--header "Authorization: $API_KEY"