Skip to content
Skip to main content

Get started with the Dashboard

The Nylas Dashboard is a web UI for managing your applications, API keys, and connected accounts. This guide walks you through creating your first application and making an API call.

Before you start, you need to have a Nylas account. If you don’t have one already, you can create one here.

  1. Log in to the Nylas Dashboard.
  2. On the All apps page, click Create new app.
  3. Select the Data residency.
  4. Select the Environment.
  5. Click Create application.

You’ll need an API key for the last step.

  1. On your application’s page, click API Keys in the left navigation.
  2. Click Generate new key.
  3. Enter an API key name and select the Expiration time.
  4. Click Generate key.
  1. On your application’s page, click Grants in the left navigation.
  2. Click Add Account.

You’ll be prompted to enter your email address. If the authentication is successful you’ll see your email address and grant ID with a valid status on the Grants page.

Now that you have an API key and a connected account, you can call the Nylas API. This example uses the List messages endpoint to return the five most recent messages. Replace <NYLAS_GRANT_ID> and <NYLAS_API_KEY> with your values from the previous steps.