Your client must use HEAD HTTP method to successfully submit your BASE64 encoded credentials.
The service URL is:
https://api.pactrak.com/authority/token
For Zipx REST services the URL is:
https://api.pactrak.com/authority/token?_zipx
For example the entry me@myemail.com|mypassword, encoded to base64 format produces: bWVAbXllbWFpbC5jb218bXlwYXNzd29yZAo=
For example, this cUrl command sets and submits the IBCCredentials header:
curl -siL -X HEAD -H "IBCCredentials: YWpvenoxM0BnbWFpbCmFkcGFzcwo=" https://api.pactrak.com/authority/token
This request will yield a response with the following headers if authorized:
Token Time Limit
Each token assigned is associated with your specific account and has a pre-determined time limit. You may reuse the token to submit as many request as needed until the token time limit is expired.