PowerShell Universal
Ironman Software
Forums
Search…
v1
About
Get Started
Cmdlet Help
Examples
API
About
Development
Endpoints
Security
Error Handling
Rate Limiting
Automation
About
Development
Scripts
Jobs
Schedules
Triggers
Variables
Dashboard
About
Development
Dashboards
Frameworks
Components
Interaction
Published Folders
Themes
Scheduled Endpoints
Role Based Access
Marketplace
Platform
Cache
Monitoring
Configuration
About
API
Environments
Hosting
Login Page
Management API
Settings
Security
Running as a Service Account
Git
Debugging
Logging
Debugging Scripts
Changelog
Extension Changelog
Legacy Universal Dashboard Docs
Powered By
GitBook
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.
Invoking the API
To invoke the API, you can send an HTTP request with the Bearer token set for authorization.
1
Invoke-RestMethod http://localhost:5000/api/v1/script -Headers @{ Authorization = "Bearer myAppToken" }
Copied!
API Documentation
API documentation is provided as interactive Swagger documentation that you can access directly within your Universal instance. The URL for the Swagger documentation can be found at:
http://localhost:5000/swagger/index.html
Configuration - Previous
About
Next - Configuration
Environments
Last modified
1yr ago
Copy link
Contents
Invoking the API
API Documentation