Ana içeriğe atla

Endpoint

GET /apiops/projects/{projectName}/keys/{keyName}/

Authentication

Requires a Personal API Access Token.
Authorization: Bearer YOUR_TOKEN

Request

Headers

HeaderValueRequired
AuthorizationBearer {token}Yes

Path Parameters

ParameterTypeRequiredDescription
projectNamestringYesProject name
keyNamestringYesName of the key

Response

Same as List Keys response format, but returns a single key.

cURL Example

curl -X GET \
  "https://demo.apinizer.com/apiops/projects/MyProject/keys/my-key/" \
  -H "Authorization: Bearer YOUR_TOKEN"

Permissions

User must have any permission in the project (read access).