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

Path Parameters

account_id
string
required

Account ID

id
string
required

Key ID

Response

Success

id
string<uuid>
required
key_value
string
required