Only show these results:

Changes to Contacts in Nylas API v3

Changes to the Contacts API in v3

Nylas v3 includes the following changes to the Contacts API:

  • Contact objects are now returned as JSON objects, instead of being listed as comma-separated values.
  • All Contacts endpoints now require a grant_id, an email address, or — if you're using access token authentication — the /me/ construction (see /me/ syntax for API calls for more information).
  • Currently, Nylas polls for changes to contacts for Google accounts in five-minute intervals.
  • The GET /contacts/{id}/picture endpoint has been deprecated. Instead, you can now include the ?profile_picture=true query parameter in a Get Contact request to get the contact's profile picture.

Migrated Contacts endpoints

  • GET /contactsGET /v3/grants/<grant_id>/contacts
  • POST /contactsPOST /v3/grants/<grant_id>/contacts
  • GET /contacts/<id>GET /v3/grants/<grant_id>/contacts/<contact_id>
  • PUT /contacts/<id>PUT /v3/grants/<grant_id>/contacts/<contact_id>
  • DELETE /contacts/<id>DELETE /v3/grants/<grant_id>/contacts/<contact_id>
  • GET /contacts/groupsGET /v3/grants/<grant_id>/contacts/groups

Removed Contacts endpoints

The GET /contacts/{id}/picture endpoint has been deprecated. Instead, you can now include the ?profile_picture=true query parameter in a Get Contact request to get the contact's profile picture.