API Key - List
GET /v2/api-keys/list
Retrieve a list of API Keys.
cURL
curl --request GET \
--url https://sandbox.hyperswitch.io/v2/api-keys/list \
--header 'api-key: <api-key>'Example Response (200)
[
{
"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"
}
]Authorizations
Header:
api-key(string) — required Admin API keys allow performing privileged actions such as creating a merchant account and Connector account.
Query Parameters
limit(integer | null) — The maximum number of API Keys to include in the response.skip(integer | null) — The number of API Keys to skip when retrieving the list.
Response (200 — application/json)
List of API Keys retrieved successfully. Each item contains: