Get the vendor mapping configuration for a procurement connection (Ironclad or Tropic). Returns the JSONata mapping (merged with AI suggestions if available), vendor type filters, and dry run mode.
🔒 Requires Connections: Get Procurement Connection Vendor Mapping permission.
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "connectionId": 42,
- "clientType": "IRONCLAD_VENDOR",
- "vendorMapping": {
- "name": "properties.counterpartyName.value",
- "externalId": "id"
}, - "vendorTypes": [
- "vendor",
- "supplier"
], - "dryRun": true,
- "aiMappingSuggested": false
}Update the vendor mapping configuration for a procurement connection (Ironclad or Tropic). Allows modifying the JSONata mapping, vendor type filters, and dry run mode.
🔒 Requires Connections: Update Procurement Connection Vendor Mapping permission.
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "vendorMapping": {
- "name": "properties.counterpartyName.value",
- "externalId": "id"
}, - "vendorTypes": [
- "vendor",
- "supplier"
], - "dryRun": false
}{- "connectionId": 42,
- "clientType": "IRONCLAD_VENDOR",
- "vendorMapping": {
- "name": "properties.counterpartyName.value",
- "externalId": "id"
}, - "vendorTypes": [
- "vendor",
- "supplier"
], - "dryRun": true,
- "aiMappingSuggested": false
}