getvendorlist.do
The getvendorlist.do call compiles a list of your organization vendors for third-party scans.
Before using this API, we recommend reading API usage and access guidelines. Ensure you access the APIs with the domain for your region.
Resource URL
https://analysiscenter.veracode.com/api/5.0/getvendorlist.do
Parameters
This call takes no parameters.
HTTPie example
Examples use the HTTPie command-line tool.
http --auth-type=veracode_hmac "https://analysiscenter.veracode.com/api/5.0/getvendorlist.do"
HTTPie results
The getvendorlist.do call returns the vendorlist XML document, which references the vendorlist.xsd schema file. You can use the XSD schema file to validate the XML data.
<?xml version="1.0" encoding="UTF-8"?>
<vendorlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://analysiscenter.veracode.com/schema/2.0/vendorlist"
xsi:schemaLocation="https://analysiscenter.veracode.com/schema/2.0/vendorlist
https://analysiscenter.veracode.com/resource/2.0/vendorlist.xsd"
account_id="<account id>">
<vendor_id="<vendor id>" vendor_name="<vendor list>"/>
<vendor_id="<vendor id>" vendor_name="<vendor list>"/>
<vendor_id="<vendor id>" vendor_name="<vendor list>"/>
</vendorlist>