Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.voyant.travel/sms/v1/messages \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "organizationId": "<string>", "toNumber": "<string>", "fromNumber": "<string>", "body": "<string>", "segments": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "priceCents": 123, "providerMessageSid": "<string>", "providerStatus": "<string>", "errorCode": "<string>", "errorMessage": "<string>", "sentAt": "2023-11-07T05:31:56Z", "deliveredAt": "2023-11-07T05:31:56Z", "lastEventAt": "2023-11-07T05:31:56Z" } ] }
Lists SMS messages sent by the organization. Requires scope: sms:read
Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.
Authorization: Bearer <token>
SMS messages
Show child attributes