# Get Mail Order **GET /mail/{id}** ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) The order ID number. ## Responses ### 200 Mail Information. #### Body: application/json (object) - **serviceInfo** (object) - **client_links** (array[object]) Links related to the mail service for clients. - **billingDetails** (object) - **custCurrency** (string) The customer's currency. - **custCurrencySymbol** (string) The currency symbol for the customer. - **package** (string) The package of the mail service. - **serviceExtra** (array[string]) Extra information for the mail service. - **extraInfoTables** (object) Additional information tables for the mail service. - **serviceType** (object) - **usage_count** (string) The usage count of the mail service. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)