SMS
sms

Get Sms Log

Get a specific SMS log record.

Args: sms_id: SMS log ID db_session: Database session current_user: Authenticated user

Returns: SMS log record

get/sms/logs/{sms_id}

Path parameters

sms_idstring uuid required

Response

Successful Response

sms_idstring uuid required
customer_idstring uuid required
to_numberstring required
from_numberstring required
message_bodystring required
twilio_message_sidstring nullable
statusstring nullable
sent_atstring date-time nullable
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.