---
title: "GET /v1/Keys/{Sid}"
method: GET
path: "/v1/Keys/{Sid}"
tags: ["IamV1ApiKey"]
---

# GET /v1/Keys/{Sid}

`GET /v1/Keys/{Sid}`

Fetch a specific Key.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- IamV1Key
  - `sid` string, nullable — The unique string that we created to identify the Key resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `policy` object, nullable — The \`Policy\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys).

---

[API](https://skmtc.net/twilio/apis/iam-v1.md) · [All operations](https://skmtc.net/twilio/apis/iam-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/iam-v1/versions/fea70127b4d0/schema)
