App Keys

Create new appkey

post/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

Request body

labelstring required

Example request

{
  "label": "my new appkey"
}

Response

idstring required
appKeystring required
appTokenstring required
labelstring required
createdInstring required
isActiveboolean required

Example response

{
  "id": "a2555e95-9db8-48be-94f8-2a28577c0b4a",
  "appKey": "vtexappkey-myaccount-ORYNWX",
  "appToken": "WNVUJKYFKJFLTPXHQGAZDHPBHSDQVJJWSFZUBOGCKPEXAIFHTPANKJTOXUKRIIJAAJSOPCFBAXOODRABMUXFJVLJLKWGEOUCFDXRPRRQKYNNUFLGTIEOKERFXJCFFYXL",
  "label": "my new appkey",
  "createdIn": "2018-07-04T14:09:08.2718405Z",
  "isActive": true
}

Changes