Use the /getTokenCounts resource to get the number of ordered, used, and remaining certificate units in your account.
If you only want information about certificate units within a specified time frame, use the units report request.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getTokenCounts
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/getTokenCounts
This request does not require parameters.
GET https://certmanager-webservices.websecurity.symantec.com
/vswebservices/rest/services/gettokencounts HTTP/1.0
The response returns a status code and message code that indicates success or failure.
HTTP/1.0 200 OK
Content-Type: text/xml
Server: Apache/2.0.63
Date: Mon, 8 Dec 2008 23:22:49 GMT
Content-Length: 475
Connection: Close
<Response xmlns="urn:symantec:api">
<StatusCode>0x00</StatusCode>
<Message>success</Message>
<tokenCount type="Server" ordered="100" used="5" remaining="95"/>
<tokenCount type="GlobalServer" ordered="100" used="20" remaining="80"/>
<tokenCount type="IntranetServer" ordered="0" used="0" remaining="0"/>
<tokenCount type="IntranetGlobalServer" ordered="0" used="0"
remaining="0"/>
<tokenCount type="OFXServer" ordered="0" used="0" remaining="0"/>
</Response>