> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Misconfigurations By Token

Get misconfigurations by token. The starting token can be obtained by the Get Misconfigurations Starting Token action.

<Note>
  External Documentation

  To learn more, visit the [GYTPOL documentation](https://go.gytpol.com/hubfs/Old/gytpol-Validator-API-GYT-TEC-014-1.pdf).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                  |
  | --------- | ---------------------------- |
  | Token     | The misconfigurations token. |
</div>

## Example Output

```json theme={"dark"}
{
	"computers": [
		{
			"latestHostReportingDt": "2023-01-17T18:25:05.5389826+02:00",
			"latestScanTimeDt": "2023-01-17T18:24:47.4503679+02:00",
			"computer": "YOUR-COMPUTER-NAME",
			"computerOu": "COMPUTER-OU",
			"domainName": "YOUR-DOMAIN-NAME",
			"clientVer": "2.26.1.0",
			"ipAddress": "10.67.137.160",
			"os": "Win 10 Enterprise",
			"isVdi": false,
			"isServer": false,
			"isDC": false,
			"miscon": [
				{
					"topicCode": "gytPSVerIssue",
					"user": null,
					"severity": "Medium",
					"addInfo": "{\"PSversions\":\"2; 5.1.19041.2364\",\"occurrences\":1}",
					"param": "2; 5.1.19041.2364",
					"paramExtra": null,
					"isRemediable": true,
					"isMuted": false,
					"mutedByRuleId": 0,
					"hostReportingDt": "2023-01-17T18:25:05.5389826+02:00",
					"scanTimeDt": "2023-01-17T18:24:47.4503679+02:00"
				},
				{
					"topicCode": "gytSmbAnonymous",
					"user": null,
					"severity": "Medium",
					"addInfo": "{\"Current Value\":0,\"Expected Value\":\"1\",\"RegistryName\":\"RestrictAnonymous\",\"RegistryPath\":\"HKLM:\\\\System\\\\CurrentControlSet\\\\Control\\\\Lsa\",\"Shares withEveryone\":\"N/A\",\"Shares without Everyone\":\"N/A\",\"occurrences\":1}",
					"param": "No shares; The configured value is not secure",
					"paramExtra": null,
					"isRemediable": true,
					"isMuted": false,
					"mutedByRuleId": 0,
					"hostReportingDt": "2023-01-17T18:25:05.5389826+02:00",
					"scanTimeDt": "2023-01-17T18:24:47.4503679+02:00"
				}
			]
		}
	],
	"token": "NextToken"
}
```

## Workflow Library Example

[Get Misconfigurations by Token with Gytpol and Send Results Via Email](https://library.blinkops.com/workflows/get-misconfigurations-by-token-with-gytpol-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-misconfigurations-by-token-with-gytpol-and-send-results-via-email/canvas" />
</div>
