Skip to main content

Get Message by ID

GET 

/messages/:id

Retrieve details of a specific message by providing its ID.

Request

Path Parameters

    id stringrequired

    The ID of the message to retrieve.

Responses

Message retrieved successfully.

Schema
    id string

    The id of the message.

    dest_number string

    The destination number of the message.

    short_message string

    The message content.

    schedule_send_at date-time

    The date and time when the message will be sent.

    created_at date-time

    The date and time when the message was created.

    delivered_at date-time

    The date and time when the message was delivered.

    validity_period integer

    The validity period of the message.

Loading...