---
title: "Get API key"
method: GET
path: "/v3/admin/applications/{application_id}/api-keys/{api_key_id}"
tags: ["Manage API keys"]
---

# Get API key

`GET /v3/admin/applications/{application_id}/api-keys/{api_key_id}`

<div id="admonition-warning">⚠️ <b>Before you can use the Manage API Keys endpoints, you need to <a href="/docs/api/v3/admin/#tag--Manage-API-keys--nylas-service-account">create a Nylas Service Account</a></b>.</div>

Returns the specified API key.

## Response `200`

OK

- object
  - `request_id` string — The request ID.
  - `data` object — The response object.
    - `application_id` string — The ID of the application the API key is associated with.
    - `created_at` number — When the API key was created, in seconds using the Unix timestamp format.
    - `expires_at` number — When the API key will expire, in seconds using the Unix timestamp format.
    - `expires_in` number — How long the API key is valid, in seconds.
    - `id` string — The API key ID.
    - `name` string — The name of the API key.
    - `permissions` string[] — An array of permissions associated with the API key.
    - `status` string — The status of the API key.
    - `updated_at` number — When the API key was last updated, in seconds using the Unix timestamp format.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Rate Limit

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
