cURL
curl --request GET \ --url https://api.arnio.co/api/v1/contacts/{id}/messages \ --header 'X-API-Key: <api-key>'
{ "messages": [ { "id": "<string>", "from": "<string>", "to": "<string>", "direction": "<string>", "message": "<string>", "timestamp": "2023-11-07T05:31:56Z", "attachments": [ {} ], "service": "<string>", "status": { "read": true, "delivered": true } } ] }
{ "messages": [ { "id": "GUID", "from": "+15551234567", "to": "+15557654321", "direction": "outbound", "message": "Hello", "timestamp": "2025-08-28T12:34:56Z", "attachments": [], "service": "iMessage", "status": { "read": false, "delivered": true } } ] }
Provide your API key
ID of the contact
Page number for pagination
Number of messages per page
Messages retrieved
Show child attributes