Skip to main content

Get Vendor By External ID

Retrieves a single vendor by external ID.

External Documentation

To learn more, visit the OneTrust documentation.

Parameters

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

Example Output

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

Workflow Library Example

Get Vendor by External Id with Onetrust and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop