Basic authentication using base64 encoded API key and secret. Format: Authorization: Basic <base64(api_key:api_secret)>
Conversation UUID
Page number (defaults to 1)
Number of items per page (defaults to 30, max 100)
1 <= x <= 100Filter by private messages (internal notes). If not provided, returns all messages.
Filter by message type. Can be specified multiple times (e.g., ?type=incoming&type=outgoing). If not provided, returns all messages.
incoming, outgoing, activity