v1

latestOpenAPI 3.0.3Apache 2.02026-07-1372170520.1 KB
API Keys

Get API key details

Get the details of an API key, excluding the API key secret.

get/admin/api-keys/{api_key_id}

Path parameters

api_key_idstring uuid required

API key ID

Headers

X-Pinecone-Api-Versionstring required

Required date-based version header

Response

The details of the API key, excluding the API key secret.

idstring uuid required

The unique ID of the API key.

namestring required

The name of the API key.

project_idstring uuid required

The ID of the project containing the API key.

rolesstring[] required

The roles assigned to the API key.

Example response

{
  "roles": [
    "ProjectEditor"
  ]
}