cURL
curl --request GET \ --url https://api.comm.com/api/v1/enrichment/hlr/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "team_name": "<string>", "team_id": "<string>", "object_id": "<string>", "object_type": "call", "campaign_id": "<string>", "campaign_send_id": "<string>", "number": 123, "status": "<string>", "country_id": 123, "network_id": 123, "error_message": "<string>", "meta": [ "<any>" ], "latency": "<string>", "cost": "<string>", "provider": "<string>", "hlr_reason": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
call
sms
Array of HlrValidationResource
HlrValidationResource
The response is of type object.
object