Download
Postman Collection
Available on the ABBYY Marketplace.
Usage
First, open the collection (“ABBYY Vantage API”) then go to the Variables tab. Fill in the values found in your Vantage tenant:- baseUrl: Defaulted to the United States region. Change to “https://vantage-eu.abbyy.com” for Europe or “https://vantage-au.abbyy.com” for APAC.
- clientId and clientSecret: Obtained from the Vantage site via Configuration → Public API Client.
- scope: Pre-configured, but can be adjusted as needed.
- Open the collection → Authorization.
- Click Get New Access Token.
- Complete the OAuth flow, then Use Token.
- This updates “vantageAccessToken” and all calls inherit it.
- Open Get Access Token (Client Credentials) (or the other token request).
- Click Send; the post-response script will store the token into “vantageAccessToken”.
- All other requests (like Gets the detailed information about a skill) will then work with inherited auth.
Environments
If you have access to multiple Vantage tenants and/or environments, consider importing the “dev” and “prod” environments shared with this collection to easily switch between tenants.Vantage 3.0
Note that endpoints located in the v2 folder are available only on Vantage 3.0 and above.Changelog
Revamped Postman collection with cleaner design and updated for Vantage 3.0 release.
- Added reporting/v2 APIs available for Vantage 3.0 and above.
- Added dev and production environments for ease of switching between tenants.
- This release supports both Vantage v2.x and 3.0+.
October 2024
Endpoints separated by Code Flow auth and ROPC auth.
