GET Exchange Mailbox Blackberry
From Hostway API Documentation
Revision as of 23:59, 1 July 2014 by Mike.robski (Talk | contribs)
Checks the status of Blackberry of an existing Exchange Mailbox
GET /accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}/blackberry/
Parameters
- account_number - string
- The account-number that the Exchange resource belongs to
- domain_name - string
- The domain-name that is associated with the Exchange resource
- username - string
- The username of the requested mailbox
Response Body
{ "billingStatus": "open", "links": [ { "rel": "self", "href": "https://{server_name}/account/{account-id}/exchange/{domain-name}/mailboxes/{username}/blackberry" } ] }
- billingStatus - string
- Current status of the blackberry product. Allowed values are pending, open, suspended, close_pending, closed and purge_pending
- links - list
- Hypermedia for this resource. Links to self.
Response Codes
- 200
- Ok
- 405
- Unsupported method
- 404
- No blackberry enabled for that mailbox
- 502
- Internal server error