App Keys
Get appkeys from account
get/api/vlm/appkeys
Path parameters
accountNamestring required
Name of the VTEX account. Used as part of the URL
environmentstring required
Environment to use. Used as part of the URL
environmentstring required
Headers
Content-Typestring required
Example:application/json
Response
Example response
[
{
"id": "a2555e95-9db8-48be-94f8-2a28577c0b4a",
"appKey": "vtexappkey-myaccount-ORYNWX",
"label": "my new appkey",
"createdIn": "2018-07-04T14:09:08.2718405Z",
"isActive": true
}
]