List conversations for a specific campaign
Uses POST (not GET) because campaignId is passed in the request body rather than as a path/query param.
Authentication
hollr-api-keystring
API key issued for your account. Every request is logged and rate-limited against this key.
Query parameters
page
limit
status
Filter by conversation status.
direction
Allowed values:
tag
startDate
endDate
sortBy
sortOrder
Allowed values:
Request
This endpoint expects an object.
campaignId
Response
Campaign conversations retrieved.
status
message
data
campaignId
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error

