Universal API
Unlock the full potential of the IT universe with our one-stop API.
Empieza GratisCompatible con
IA Compatible
Herramientas
Create Consumer
Create a new consumer via the Platform API on Universal API. See the documentation.
Create Distributor Order
Create a new order via the Distributors API on Universal API. Use **List Distributor Products** to discover valid product identifiers for the order items. See the documentation.
Delete Connection
Permanently delete a connection identified by universalApi and serviceId via the Platform API on Universal API. This is irreversible. Run **List Connections** first to find the correct serviceId. See the documentation.
Delete Consumer
Permanently delete a consumer via the Platform API on Universal API. This is irreversible. Run **List Consumers** first to find the consumer ID. See the documentation.
Get Connection
Retrieve a single connection identified by universalApi and serviceId from the Platform API on Universal API. Run **List Connections** first to find the correct serviceId. See the documentation.
Get Distributor Order
Retrieve a single distributor order by ID from Universal API. Run **List Distributor Orders** first to discover valid IDs. See the documentation.
Get Distributor Product
Retrieve a single distributor product by ID from Universal API. Run **List Distributor Products** first to discover valid IDs. See the documentation.
Get HRIS Employee
Retrieve a single HRIS employee by ID from Universal API. Run **List HRIS Employees** first to discover valid employee IDs. See the documentation.
Get MDM APN Certificate
Retrieve the APN certificate from the MDM API on Universal API. See the documentation.
Get MDM DEP Token
Retrieve a single DEP token by ID from the MDM API on Universal API. Run **List MDM DEP Tokens** first to discover valid IDs. See the documentation.
Get MDM VPP Token
Retrieve a single VPP token by ID from the MDM API on Universal API. Run **List MDM VPP Tokens** first to discover valid IDs. See the documentation.
List Asset Management Budgets
List budgets from the Asset Management (AM) API on Universal API. Returns an array of budget objects. See the documentation.
List Asset Management Employees
List employees from the Asset Management (AM) API on Universal API. Returns an array of AM employee objects (paginated internally, up to maxResults). This hits a different endpoint than **List HRIS Employees**. See the documentation.
List Asset Management Equipment Items
List equipment items from the Asset Management (AM) API on Universal API. Returns an array of equipment item objects (paginated internally, up to maxResults). See the documentation.
List Asset Management Orders
List orders from the Asset Management (AM) API on Universal API. Returns an array of AM order objects. This hits a different endpoint than **List Distributor Orders**. See the documentation
List Connections
List connections from the Platform API on Universal API. Returns an array; use the returned IDs with **Get Connection**, **Update Connection**, or **Delete Connection**. See the documentation.
List Consumers
List consumers from the Platform API on Universal API. Returns an array (paginated internally, up to maxResults); use the returned IDs with **Delete Consumer**. See the documentation.
List Distributor Orders
List orders from the Distributors API on Universal API. Returns an array; use the returned IDs with **Get Distributor Order**. This hits a different endpoint than **List Asset Management Orders**. See the documentation.
List Distributor Products
List products from the Distributors API on Universal API. See the documentation.
List HRIS Employees
List employees from the connected HRIS integration on Universal API. Returns an array of employee objects (paginated internally, up to maxResults); use the returned IDs with **Get HRIS Employee**. Provide serviceId only when the consumer has multiple active HRIS integrations. See the documentation.
List MDM APN Certificates
List APN (Apple Push Notification) certificates from the MDM API on Universal API. See the documentation.
List MDM DEP Tokens
List DEP (Device Enrollment Program) tokens from the MDM API on Universal API. Returns an array; use the returned IDs with **Get MDM DEP Token**. See the documentation.
List MDM Device Apps
List device apps from the MDM API on Universal API. Returns an array of device-app objects. See the documentation.
List MDM Devices
List devices from the MDM API on Universal API. Returns an array of device objects. See the documentation.
List MDM VPP Tokens
List VPP (Volume Purchase Program) tokens from the MDM API on Universal API. Returns an array; use the returned IDs with **Get MDM VPP Token**. See the documentation.
Track Shipment
Retrieve tracking statuses for a shipment by tracking ID from the Shipment API on Universal API. Provide serviceId to pick the carrier when a consumer has multiple active shipment integrations. See the documentation.
Update Connection
Update a connection identified by universalApi and serviceId via the Platform API on Universal API (PATCH; only supplied fields are changed). Run **List Connections** first to find the correct serviceId. See the documentation.