API
The Universal API can be used to manage the platform from any compatible REST client. You will need a valid App Token to access the API.
To invoke the API, you can send an HTTP request with the Bearer token set for authorization.
Invoke-RestMethod http://localhost:5000/api/v1/script -Headers @{ Authorization = "Bearer myAppToken" }
You can access the API documentation by navigating to Security \ Tokens and click the API Documentation button.
The URL for the API documentation can be found at the following location. You will need to be authenticated before accessing this URL:
http://localhost:5000/swagger/index.html
Last modified 1yr ago