cURL
curl --request GET \ --url http://localhost:3001/api/admin/deliveries/ \ --header 'Authorization: <api-key>'
{ "workspaceId": "<string>", "items": [ { "status": "<string>", "variant": { "type": "Sms", "provider": { "type": "Twilio", "sid": "<string>" }, "to": "<string>", "body": "<string>" }, "sentAt": "<string>", "updatedAt": "<string>", "userId": "<string>", "originMessageId": "<string>", "templateId": "<string>", "journeyId": "<string>", "broadcastId": "<string>", "isAnonymous": true, "triggeringMessageId": "<string>" } ], "cursor": "<string>", "previousCursor": "<string>" }
Search through deliveries.
Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.
"1043"
Email
from
Asc
Show child attributes
Default Response
Sms
Twilio