Use the /getOrgInfo resources to get details about each organization in your account.
Use these resources to retrieve organization information used for public SSL/TLS certificates.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getOrgInfo
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getOrgInfo
Use these resources to retrieve organization information used for code signing and private SSL/TLS certificates.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getOrgInfo_V2
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getOrgInfo_V2
This request has no parameters. Your admin ID determines your jurisdiction.
GET https://certmanager-webservices.websecurity.symantec.com/vswebservices/
rest/services/getOrgInfo HTTP/1.0
GET https://certmanager-webservices.websecurity.symantec.com/vswebservices/
rest/services/getOrgInfo_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="Bizy Bank">
<OrgStatus>Pending</OrgStatus>
<AuthStatus>New authentication</AuthStatus>
<EV_Enabled>No</EV_Enabled>
<AuthExpires>N/A</AuthExpires>
<OrgContact>
<FirstName>Jane</FirstName>
<LastName>Banker</LastName>
<Phone>5555555</Phone>
<Email>jane_banker@bizybank.com</Email>
</OrgContact>
<OrgAddress>
<Address>100 Bank Lane</Address>
<City>Bank City</City>
<State>California</State>
<Zip>94043</Zip>
<Country>US</Country>
</OrgAddress>
</Organization>
</Response>