VTEX · Example Payload

Vtex Createnewappkey Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createnewappkey Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Createnewappkey",
  "method": "POST",
  "path": "/api/vlm/appkeys",
  "summary": "VTex Create new appKey",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "label": "my new appkey"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "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
      }
    }
  ]
}