Returns company settings. Formerly known as get your enterprise information.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v1/enterprise/{enterprise_id}/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'successful operation
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 of the enterprise
Registered address of the enterprise.
City, State, Country location of the enterprise
Person who is the point of contact for the enterprise
Contact number of the enterprise
Contact email address of the enterprise
This field will have details about emm enrollment if the enterprise is emm enrolled
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "short_code": "string", "registered_name": "string", "registered_address": "string", "location": "string", "zipcode": "string", "contact_person": "string", "contact_number": "string", "contact_email": "user@example.com", "wifi_lte_toggle_flag": true, "emm": { "google_enterprise_id": "string" }, "created_on": "2019-08-24T14:15:22Z", "updated_on": "2019-08-24T14:15:22Z" }