External DocumentationTo learn more, visit the OneTrust documentation.
Actions
List Vendors
Retrieves a list of all vendors.

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 |
|---|---|
| Page | The page to be returned. |
| Size | The number of elements to be returned in a single page. |
{
"data": [
{
"id": "string",
"name": "string",
"organization": {
"id": "string",
"value": "string"
}
}
],
"meta": {
"page": {
"number": "string",
"size": "string",
"totalElements": "string",
"totalPages": "string"
}
}
}
Was this page helpful?