Specify the required Key & Value combinations in the Query Params for the API Request. Example:
Key Value
Limit 0
fields agentVersion,Name
q deleted:false
Note: The URL will adjust dynamically based on the key & value combinations entered in the Query Params.
Click the Authorization tab and specify the API Key using X-Auth-Token. Example:
Type: API Key
Key: X-Auth-Token
Value: API Key from Step 1
Add to: Header
Click Send.
Additional Information
The above example will pull the Agent Version and Machine Name for all machines currently shown in the Console > Assets > Computers.
If using a Self-signed Certificate it may be necessary to disable Postman's SSL Certificate Verification: File > Settings > General > SSL Certificate Verification > OFF.