API version:
  • 1.0
  • 1.1
  • 2.0

accounts/contacts/threads

Supported methods

GET

GET: Listing threads where a contact is present

This call returns the latest email threads exchanged with one or more email addresses. By "exchanged with Mr. X" we mean any email received from Mr. X, sent to Mr. X or sent by anyone to both Mr. X and the mailbox owner.

GET https://api.context.io/2.0/accounts/id/contacts/email/threadstest it
idUnique id of an account accessible through your API key
emailEmail address of a contact

You can get list of messages with more precise filtering using a combination of the to, from and cc filters using accounts/threads.

List filters

nametypedescription
optional:
limitintegerThe maximum number of results to return.
offsetintegerStart the list at this offset (zero-based).

Response body

[
  stringComplete URL of a thread this contact is in,
  ...
]