cURL
curl --request GET \ --url https://api.comm.com/api/v1/sms/campaigns/{campaign}/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "caller_id": "<string>", "caller_type": "Send", "text": "<string>", "created_at": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The campaign ID
Array of SmsCampaignLogResource
SmsCampaignLogResource
The response is of type object.
object