GET /api_v2/messages
List Messages
Returns a list of Messages, optionally paginated. Note: the maximum number returned per page in any case is 50.
Supported Formats
jsonErrors
| 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:
|
|
page
optional |
The page number to start from Validations:
|
|
per
optional |
The size of the page Validations:
|
|
job_id
optional |
Filter Messages by Job Validations:
|
|
sender_id
optional |
Filter Messages by Sender (User ID) Validations:
|
|
receiver_id
optional |
Filter Messages by Receiver (User ID) Validations:
|