# Get your company settings Returns company settings. Formerly known as get your enterprise information. Endpoint: GET /v1/enterprise/{enterprise_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. ## Response 200 fields (application/json): - `id` (string, required) Id of the enterprise - `name` (string, required) Name of the enterprise - `short_code` (string, required) A short 10-char representation of the enterprise, separated by hyphens. Field is optional, as system will auto-generate a value if none is provided. - `registered_name` (string) Registered Name of the enterprise - `registered_address` (string) Registered address of the enterprise. - `location` (string) City, State, Country location of the enterprise - `zipcode` (string) Zip code of enterprise location - `contact_person` (string,null) Person who is the point of contact for the enterprise - `contact_number` (string,null) Contact number of the enterprise - `contact_email` (string) Contact email address of the enterprise - `wifi_lte_toggle_flag` (boolean) Will only be available if feature is enabled - `emm` (object,null) This field will have details about emm enrollment if the enterprise is emm enrolled - `emm.google_enterprise_id` (string) - `created_on` (string) Date and time of when this resource was created - `updated_on` (string) Date and time of when this resource was updated ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)