We do not provide support on how to work with APIs or on third-party applications utilized to run the script.
Introduction
We have developed a basic script with the endpoints of our Provisioning API, to simplify working with this API. In this article, we explain how to use this script.
Prerequisites
To use this script, you need the following:
Download Visual Studio Code (VSC)
In VSC, click the Extension tab and install the REST Client
Download the ProvisioningAPI script
Password: BGDXGDans5dj?@@R
Instructions
Open the ProvisioningAPI script in VSC
Replace the placeholder instance URL and provisioning key variables with your own instance URL and provisioning key, this information should be known in your organization
Do not include a "/" at the end of the instance URL
OPTIONAL - if you want to use an API request containing the %environmentname% variable, replace this with the name of the environment
With all variables filled in, click Send Request above the API call that you want to use
OPTIONAL - if you are using the Export/Import API calls at the bottom of the script:
Changelog
Version 1.0 (March, 2024)
Initial version of the script