---
title: "Get credential"
method: GET
path: "/v3/connectors/{provider}/creds/{id}"
tags: ["Connector credentials"]
---

# Get credential

`GET /v3/connectors/{provider}/creds/{id}`

Return a credential with the specified ID.

## Path parameters

- `provider` 'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'ews' | 'virtual-calendar' | 'zoom' | 'nylas', required
- `id` string, required

## Response `200`

Returns the credential with the specified ID.

- object
  - `request_id` string — The request ID.
  - `data` CredentialObject
    - `id` string, required — Credential ID
    - `name` string, required — Unique name of this credential
    - `created_at` integer, required — Date of creation of the credential
    - `updated_at` integer, required — Initially same as `created_at`. Can differ if the credential has been updated.

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated

---

[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)
