POST:keys.json
Commerce APIPOST:keys.json

POST:keys.json

Description

Modify one or multiple API keys.

Permission bit: "keys.modify"

Topic: API Keys

Query Parameters

ids: Comma-separated array of String, required

List of key ids. See also: Unique Identifiers

Example: ?ids=ke_EQzGqWoY,ke_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of KeyModify

[
  {
    "name": "unnamed",
    "permissions": [
      ""
    ],
    "role_ids": [
      ""
    ],
    "sales_channel_id": "sc_EQzGqWoY"
  }
]

Response Body

Array of Key

Response Body Type

Loading module