Skip to main content
GET
Poll for messages

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Query Parameters

since
string
required

ISO 8601 timestamp. Returns messages strictly after it.

Example:

"2026-06-25T10:00:00.000Z"

limit
number
direction
enum<string>

Defaults to inbound. Use all for both directions.

Available options:
inbound,
outbound,
all

Response

data
object[]
required

Messages created after since, oldest first.

nextSince
string

Pass back as since to fetch the next batch. Present only when the page was full (more may be waiting).