See the steps below to setup your API credentials. This is a feature that is not default for all accounts. Please discuss with your account manager if you do not have access and want to subscribe.
HERE is the postman to generate the access token for your instance.
Current CalcuQuote APIs available for CQ:
For North and South America: https://apius.calcuquote.com/swagger
For ITAR: https://apiitar.calcuquote.com/swagger/
For Europe, the Middle East, Africa, Asia, and Australia: https://apieu.calcuquote.com/swagger/
For EU GDPR: https://eu.calcuquote.com/apieu/swagger/index.html
Client steps:
Go to Configuration and click on "Integrations"
Click the + button next to "CQ API Applications"
Enter in a name and "Save" in order to Register Application and Initiate API Access. When they create this, they will get a client ID and secret. Be sure to save this - you will need it in a moment!
Click 3 dots next to App Name
Click "Generate Access Token"
Enter Client Password and Secret on next page, Submit
Client ID will be generated on the page under "Client ID" column.
Go to Swagger.
Enter the token you copied from ClientID into the "Authorize" box, make sure the word "Bearer" is in front of the ClientID (Example: 'Bearer eyJhbGciOiJI')
Once authorized, go to desired API category in Swagger, each API has a brief description of what it does.
There are 3 different types of API Requests:
GET: Used to retrieve data from a server.
POST: Used to send data to the server to create a new resource.
PUT: Used to update or replace an existing resource
Enter ClientID into the box and then enter the client code into the "Client Code" box.
Client Code is the going to be the name of the customer's instance.
Click the "Try it out" Button
Resources: