teams-devices_workspace_one_config_response

The Workspace One Config Response.

APIs.ioEngineeringPlatform

Properties

Name Type Description
api_url string The Workspace One API URL provided in the Workspace One Admin Dashboard.
auth_url string The Workspace One Authorization URL depending on your region.
client_id string The Workspace One client ID provided in the Workspace One Admin Dashboard.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-workspace-one-config-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_workspace_one_config_response",
  "title": "teams-devices_workspace_one_config_response",
  "description": "The Workspace One Config Response.",
  "properties": {
    "api_url": {
      "description": "The Workspace One API URL provided in the Workspace One Admin Dashboard.",
      "example": "https://as123.awmdm.com/API",
      "type": "string"
    },
    "auth_url": {
      "description": "The Workspace One Authorization URL depending on your region.",
      "example": "https://na.uemauth.vmwservices.com/connect/token",
      "type": "string"
    },
    "client_id": {
      "description": "The Workspace One client ID provided in the Workspace One Admin Dashboard.",
      "example": "example client id",
      "type": "string"
    }
  },
  "required": [
    "api_url",
    "auth_url",
    "client_id"
  ],
  "type": "object"
}