# Get SMS message **GET /sms/message/{messageID}** ## Servers - https://sms.apicontrol.co.uk/v1: https://sms.apicontrol.co.uk/v1 () ## Parameters ### Path parameters - **messageID** (integer(int64)) ID of message to return ## Responses ### 200 Successful operation #### Body: application/json (object) - **to** (array[string]) List of msisdns to whom the message is being sent - **messageID** (integer) The Id of the message - **from** (string) The msisdn of the sender; this is who the recipient will see as the sender of the message - **body** (string) Message contents to send - **send_at** (string(date-time)) When to send the message; default is to send now - **expires_at** (string(date-time)) When the message should expire; any recipients not yet attempted will be abandoned - **ref** (string) Client reference; this will be included in any callbacks - **callbackURL** (string(uri)) URL that delivery reports should be sent to for this message - **paused** (boolean) Whether to submit the message in a paused state (will not be sent until released) ### 401 Unauthorized #### Body: application/json (object) - **status_code** (integer) Status code 401 - **status_msg** (string) Error message text ### 404 Not Found #### Body: application/json (object) - **status_code** (integer) Status code 404 - **status_msg** (string) Error message text - **info** (string) Additional information ### 405 Method Not Allowed #### Body: application/json (object) - **status_code** (integer) Status code 405 - **status_msg** (string) Error message text - **Allow** (array[string]) HTTP Method [Powered by Bump.sh](https://bump.sh)