Retrieves a single vendor by its unique ID.
External DocumentationTo learn more, visit the OneTrust documentation.

Parameters

ParameterDescription
IDThe ID of the vendor. Can be obtained by using the List Vendors action.

Example Output

{
	"data": {
		"id": "string",
		"name": "string",
		"organization": {
			"id": "string",
			"value": "string"
		}
	},
	"errors": [
		{
			"code": "string",
			"detail": "string",
			"source": {
				"parameter": "string",
				"pointer": "string"
			},
			"title": "string"
		}
	]
}

Workflow Library Example

Get Vendor with Onetrust and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop