Export messages for a specific account with cursor-based pagination support. Response includes messageType (string), source, and subType fields. The channel parameter is optional - if not provided, all non-email message types will be returned including activity messages (opportunity updates, appointments, etc.).Documentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version de la API.
Query parameters
Account ID to filter messages by
Number of messages to return per page
Cursor for pagination. Pass the nextCursor from previous response to get next page.
Field to sort by
Sort order
Filter messages by conversation ID
Filter messages by contact ID
Filter by message channel. If not provided, all non-email message types will be returned including activity messages (opportunity updates, appointments, etc.)
Start date to filter messages by
End date to filter messages by
Respuestas
200 - List of messages for the account with pagination details.
200 - List of messages for the account with pagination details.
400 - Bad Request
400 - Bad Request
401 - Unauthorized
401 - Unauthorized

