Skip to main content
GET
Get messages

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

conversation_id
integer
required

The numeric ID of the conversation

Query Parameters

after
integer

Fetch messages after the message with this ID. Returns up to 100 messages in ascending order.

before
integer

Fetch messages before the message with this ID. Returns up to 20 messages in ascending order.

Response

Success

meta
object
payload
object[]

Array of messages