Accounts-account-email-domain-webmailNames:GET
From Hostway API Documentation
GET /accounts/{account}/email/{domain}/webmailNames
Retrieves mapping of the allowed OX types with WebMail plan names for the target email domain resource. The result can be tied to a specific plan configuration on the product level.
Note: /email/{domain}/webmailNames is a shortcut equivalent of this resource
Contents |
Request
GET /accounts/{account}/email/{domain}/webmailNames
URI Parameters
- account - string
- Account number for the owner of the email domain entity.
- domain - string
- Target domain name of the email domain resource.
Request Headers
- Authorization - HTTP Authorization header [1]
- The Authentication credentials of the client application.
- Content-Type
- Required. Set this header to
application/json; charset=UTF-8
Response
Returns dictionary which contains the mapping of supported OpenXchange types by text key and WebMail plan names for the specific email domain resource.
Status Code
- 200 OK
- Success
Response Body
{ "webmailNames": { "activesync": "SMX Sync Advanced", "premium": "SMA Collaborate Premium", "standard": "SMX Mail Basic" }, "links": [ { "href": "https://api.hostway.com/accounts/accNum123/email/example.com/webmailNames/", "rel": "self" } ] }
Parameters
- webmailNames - dictionary
- Dictionary containing the supported OX types by text key and the WebMail plan names.
- links - list
- Hypermedia for the resource.
See also