External DocumentationTo learn more, visit the OneTrust documentation.
Actions
Get Vendor By External ID
Retrieves a single vendor by external ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| External ID | The external ID of the vendor. Can be obtained by using the List Vendors action. |
{
"data": {},
"errors": [
{
"code": "string",
"detail": "string",
"source": {
"parameter": "string",
"pointer": "string"
},
"title": "string"
}
]
}
Was this page helpful?