# Get SMS message **GET /sms/inbound/{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) - **messageID** (integer) The ID of the message - **from** (string) The msisdn the message was sent from - **to** (string) The msisdn the message was sent to - **body** (string) The message body - **ref** (string) Reference of the msisdn the message was sent to - **received_at** (string(timestamp)) The time at which the message was received ### 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)