Get Keystore

Overview

Retrieves detailed information about a specific keystore including its complete configuration and keystore file content.

Endpoint

GET /apiops/projects/{projectName}/keystores/{keystoreName}/

Authentication

Requires a Personal API Access Token.

Authorization: Bearer YOUR_TOKEN

Request

Headers

Header Value Required
Authorization Bearer {token} Yes

Path Parameters

Parameter Type Required Description
projectName string Yes Project name
keystoreName string Yes Name of the keystore

Response

Same as List Keystores response format, but returns a single keystore.

cURL Example

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