Skip to main content
GET
/
configuration
/
accounts
/
{account_id}
/
keys
Lists all api keys for the account
curl --request GET \
  --url https://commerce1.on-hellgate.dev/configuration/accounts/{account_id}/keys
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key_value": "<string>"
  }
]

Path Parameters

account_id
string
required

Account ID

Response

Success

id
string<uuid>
required
key_value
string
required