Skip to main content

Retrieve message details

GET 
/messages/:sms_id

Retrieves an MDR (Message Detail Record).

An MDR describes a specific message request - both the active/pending and completed request. We store the most recent version of its MDR.

Related:

  • Messaging Overview: Looking up Messaging Detail Records discusses MDRs in far more detail
  • Reports (MDR) API endpoints

Request

Path Parameters

    sms_id stringrequired

    ID of message [request]

Responses

200: Current MDR

Loading...