Authentication > API Keys > keys
Commerce APIAuthenticationAPI Keyskeys
keys
GET:keys.json

Description

Get all or specific API keys.

This is a typical bulk get endpoint.

Permission bit: "keys.read"

Topic: API Keys

Arguments

ids: [String!]

List of key ids. See also: Unique Identifiers

Example: ["ke_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Key!]

Preview (typescript)

Loading module