Using the SOTI Connect Swagger API
Before you begin
- You must have SOTI Connect administrator credentials.
- Generate Client ID and Client Secret from the SOTI Connect console under . You can generate new API Client IDs and Client Secrets at any time.
About this task
Integrate SOTI Connect into your enterprise mobility workflow or partner applications using the Swagger web service API. SOTI Connect provides an interactive environment to experiment with the Swagger API. Use the following procedure to access the interactive Swagger API environment and authorize required APIs.
Procedure
- Sign in to the SOTI Connect console using the SOTI Connect Administrator credentials.
-
In the address bar of the web browser, replace the text after
Connect/
withapi
and press Enter to go to the new web page.For example, change https://soti.sotidemo.com/Connect/#/devices/view-all to https://soti.sotidemo.com/Connect/api. -
Select Authorize in the top-right corner of the
Connect API page.
- Enter the SOTI Connect Administrator Username and Password.
- Under the Client credentials location list, select Authorization header.
- Enter the client_id and client_secret generated using the SOTI Connect console.
- Select Authorize.
- Expand the category and select the required API. For example, .
- Select Try it out and fill in the required parameters to use the API.
- Select Execute.
- Review the Responses to examine the result of the API call.
Results
Important: API calls sent from the Swagger API page are executed against your
SOTI Connect environment. Exercise extreme caution when
executing each API call against a production environment.