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.

Get Team

  • REST Method: GET
  • URL: https://api.helpscout.net/v1/teams/{id}.json

Response

Response Name Type Notes
Header Status Int 200
Body item User  
Status: 200 OK
{   
    item: {
        "id": 1234,
        "firstName": "Designers",
        "lastName": "",
        "email": "",
        "role": "",
        "timezone": "America/New_York",
        "photoUrl": "http://somesite.com/images/avatar.jpg",
        "createdAt": "2011-04-01T03:18:33Z",
        "modifiedAt": "2012-07-24T20:18:33Z",
        "type" : "team"
    }
}