VTEX · Example Payload

Vtex Getappkeysfromaccount Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getappkeysfromaccount 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": "Getappkeysfromaccount",
  "method": "GET",
  "path": "/api/vlm/appkeys",
  "summary": "VTex Get appKeys from account",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "id": "a2555e95-9db8-48be-94f8-2a28577c0b4a",
          "appKey": "vtexappkey-myaccount-ORYNWX",
          "label": "my new appkey",
          "createdIn": "2018-07-04T14:09:08.2718405Z",
          "isActive": true
        },
        {
          "id": "a2555e95-9db8-48be-94f8-2a28577c0b4a",
          "appKey": "vtexappkey-myaccount-ORKPDC",
          "label": "my other appkey",
          "createdIn": "2018-07-04T14:09:08.2718405Z",
          "isActive": true
        }
      ]
    }
  ]
}