Use the /getVettedOrgsAndDomains resources to retrieve the organizations and domains that Symantec authenticated for your account.
Use these resources to retrieve the authenticated organizations and domains that can request and issue public SSL/TLS certificates.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getVettedOrgsAndDomains
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getVettedOrgsAndDomains
Use these resources to retrieve the authenticated organizations and domains that can request and issue code signing and private SSL/TLS certificates.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getVettedOrgsAndDomains_V2
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getVettedOrgsAndDomains_V2
This request has no parameters. Your admin ID determines your jurisdiction.
GET https://certmanager-webservices.websecurity.symantec.com/vswebservices/
rest/services/getVettedOrgsAndDomains HTTP/1.0
GET https://certmanager-webservices.websecurity.symantec.com/vswebservices/
rest/services/getVettedOrgsAndDomains_V2 HTTP/1.0
HTTP/1.0 200 OK
Date: Tue, 27 Apr 2012 18:07:07 GMT
Server: Apache/2.0.63
Connection: Close
Content-Type: application/xml;charset=UTF-8
Content-Length: 2815
<Response xmlns:tns="http://webservices.mpki4ssl.symantec.com">
<StatusCode>0x00</StatusCode>
<Message>success</Message>
<Organization name="ABCD Inc" EV_Enabled="No">
<Domain EV_Enabled="No">103.com</Domain>
<Domain EV_Enabled="No">104.com</Domain>
<Domain EV_Enabled="No">add5.com</Domain>
</Organization>
<Organization name="EFGH Inc." EV_Enabled="Yes">
<Domain EV_Enabled="Yes">add2.dom</Domain>
<Domain EV_Enabled="No">add5.com</Domain>
<Domain EV_Enabled="Yes">dfsdf-cdf.dff-df.com</Domain>
<Domain EV_Enabled="Yes">dsdd.c-m</Domain>
</Organization>
</Response>