Returns a list of Messages, optionally paginated. Note: the maximum number returned per page in any case is 50.

Formatos soportados

json

Errores

Code Description
401 Unauthorized

Ejemplos

curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/messages
curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/messages?page=10&per=25

Parámetros

Nombre del parámetro Descripción
token
requerido

Token obtained from /authorize

Validations:

  • Must be a String

page
opcional

The page number to start from

Validations:

  • Must be a Integer

per
opcional

The size of the page

Validations:

  • Must be a Integer

job_id
opcional

Filter Messages by Job

Validations:

  • Must be a Integer

sender_id
opcional

Filter Messages by Sender (User ID)

Validations:

  • Must be a Integer

receiver_id
opcional

Filter Messages by Receiver (User ID)

Validations:

  • Must be a Integer