Legacy Mailbox API 1.0 is deprecated
Legacy Mailbox API 1.0 was deprecated on November 20, 2019. Please use Mailbox API 2.0 going forward. If you have any questions or need help with the new API, please reach out.
List Customers by Mailbox
- REST Method: GET
- URL: https://api.helpscout.net/v1/mailboxes/{id}/customers.json
Returns a list of Customers with conversations associated with the specified mailbox.
At this time all customers are returned by createdAt date (from newest to oldest).
Request
Name | Type | Required | Default | Notes |
---|---|---|---|---|
page | Int | No | 1 |
Response
Response | Name | Type | Notes |
---|---|---|---|
Header | Status | Int | 200 |
Body | page | Int | Current page that was passed in on the request |
pages | Int | Total number of pages available | |
count | Int | Total number of objects available | |
items | Collection | Collection of Customer objects. |