v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBTeammates
List teammate inboxes
Returns list of inboxes the teammate has access to.
Required scope: inboxes:read
get/teammates/{teammate_id}/inboxes
Path parameters
teammate_idstring required
The teammate ID. Alternatively, you can supply an email as a resource alias.
Response
Array of Inboxes
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/inboxes"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6",
"related": {
"teammates": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6/teammates",
"conversations": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6/conversations",
"channels": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6/channels",
"owner": "https://yourCompany.api.frontapp.com/teams/tim_k30"
}
},
"id": "inb_1ix6",
"name": "The Dundies",
"is_public": true,
"custom_fields": {
"city": "London, UK",
"isVIP": true,
"renewal_date": 1525417200,
"sla_time": 90,
"owner": "leela@planet-express.com",
"replyTo": "inb_55c8c149",
"Job Title": "firefighter"
}
}
]
}