Skip to main content
Nylas Help Center home page
Developer docs Roadmap - Feature requests Changelog Submit a request Sign in
  1. Nylas
  2. Common Questions
  3. Accounts

Search

How can I get a list of all the accounts?

We default to 100 results https://developer.nylas.com/docs/api#get/a/client_id/accounts , to get more you need to use use pagination https://developer.nylas.com/docs/api/#overview--pagination .

 

Example:

https://api.nylas.com/a/btt7tg9XXXXXXXXXsv/accounts?offset=0&limit=100
https://api.nylas.com/a/btt7tg9XXXXXXXXXsv/accounts?offset=101&limit=100

Updated March 15, 2023 15:30

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Related articles

  • How do I get a list of all stopped or problematic accounts?
  • How do I whitelist my application in Google Workspace?
  • Declined Events not showing as available timeslots
  • How do I delete an account or subscription?
  • How to determine if an Exchange account should use Basic or Modern authentication and if they must migrate

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

  • How do I get a list of all stopped or problematic accounts?
  • Why is my account status still initializing even though the configuration is correct?
  • How can I get a list of all the accounts?