This API version isn't the latest one.
It is advisable to use the latest API version which contains the latest Context.IO enhancements.
Returns the top email addresses you have most frequently exchanged emails with.
GET https://api.context.io/1.1/addresses.json
The email address of the account you want to get data from. This parameter must be set if your API key has access to more than one email account (see imap/addaccount).
The response is a list of addresses:
{
...
data: [
{
email: (string) The email address,
count: (integer) The number of emails exchanged,
name: (string) The name of the person (if available)
},
...
]
}