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