# Creates a webtoken instance Returns webtoken instance Endpoint: POST /v0/enterprise/{enterprise_id}/emm/{emm_id}/webtoken/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `emm_id` (integer, required) An integer representing the ID of enterprise. ## Request fields (application/json): - `id` (integer) - `emm` (integer, required) - `token` (string) - `parent_url` (string, required) - `is_active` (boolean) ## Response 201 fields (application/json): - `id` (integer) - `emm` (integer) - `token` (string) - `parent_url` (string) - `is_active` (boolean) - `created_on` (string) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)