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

Supported Formats

json

Errors

Code Description
401 Unauthorized

Examples

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

Params

Param name Description
token
required

Token obtained from /authorize

Validations:

  • Must be a String

page
optional

The page number to start from

Validations:

  • Must be a Integer

per
optional

The size of the page

Validations:

  • Must be a Integer

job_id
optional

Filter Messages by Job

Validations:

  • Must be a Integer

sender_id
optional

Filter Messages by Sender (User ID)

Validations:

  • Must be a Integer

receiver_id
optional

Filter Messages by Receiver (User ID)

Validations:

  • Must be a Integer