Skip to main content
GET
List text messages

Authorizations

collectwise_key
string
header
required

Query Parameters

messageId
string

A messageId returned by the send endpoint. Returns that message's whole thread, in both directions. 404 if the id does not belong to your organization.

debtorId
string

Your reference for the recipient, as sent on debtorId.

destination
string

Recipient phone number, in any of the formats the send endpoint accepts.

limit
integer
default:50

Maximum number of messages to return.

Required range: 1 <= x <= 200
since
string<date-time>

ISO 8601 timestamp. Returns only messages created at or after it. Valid on its own, so you can use it to backfill everything your organization received after a webhook outage.

Response

Matching messages, newest first.

count
integer
required
messages
object[]
required