cURL
curl --request GET \ --url https://api.comm.com/api/v1/sms/routing/rates/inboxes/messages/{message}/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "sms_route_price_message_id": "<string>", "sms_route_price_message_file_id": "<string>", "line_no": 123, "event": "<string>", "fail_reason": "<string>", "meta": [ "<any>" ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The message ID
Show child attributes
Array of SmsRoutePriceMessageLogResource
SmsRoutePriceMessageLogResource
The response is of type object.
object