API Key - Retrieve
GET /api_keys/{merchant_id}/{key_id}
curl --request GET \
--url https://sandbox.hyperswitch.io/api_keys/{merchant_id}/{key_id} \
--header 'api-key: <api-key>'{
"key_id": "5hEEqkgJUyuxgSKGArHA4mWSnX",
"merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
"name": "Sandbox integration key",
"prefix": "<string>",
"created": "2022-09-10T10:11:12Z",
"expiration": "never",
"description": "Key used by our developers to integrate with the sandbox environment"
}Path parameters
merchant_id (string, required) — The unique identifier for the merchant account.
key_id (string, required) — The unique identifier for the API Key.
Related:
API Key — Create: https://api-reference.hyperswitch.io/v1/api-key/api-key--create
API Key — Update: https://api-reference.hyperswitch.io/v1/api-key/api-key--update
Suggest edits: https://github.com/juspay/hyperswitch/edit/main/api-reference/v1/api-key/api-key--retrieve.mdx Raise issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v1/api-key/api-key--retrieve