- 24 Mar 2025
- Print
- DarkLight
Test CPQ APIs
- Updated on 24 Mar 2025
- Print
- DarkLight
Zilliant CPQ APIs help you manage and retrieve your data in CPQ. For more details, read CPQ API reference .
You can test our APIs directly in the CPQ API reference by following these steps:
Authorize
CPQ APIs support the OAuth 2.0 username-password flow to authorize test requests. You must provide your login credentials to obtain an OAuth 2.0 authorization token.
To authorize test requests:
In the CPQ API reference
, select an API.
On the leftmost panel, under the API name and description, select the URL of your test system from the Servers dropdown.
Under your server URL, select Authorize.
In the Available authorizations dialog, enter information or make selections:
- username—Enter your username.
- password—Enter your password.
- Client credentials location—Select Authorization header.
- client_id—Enter your client ID of the connected app.
- client_secret—Enter your client secret of the connected app.
- Scopes—Select a level of the connected app's access to your data.
TipContact your Zilliant representative to get your username, password, client ID, and client secret.
Select Authorize.
Send a test request
After successful authorization, send a request to test the API:
- On the leftmost panel, on a request you want to send, select Open dropdown menu to expand the request details.
- Select Try it out.
- Enter parameter values, then select Execute.
- View the request response.