VTEX · Example Payload

Vtex Getcredentials Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getcredentials 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": "GetCredentials",
  "method": "GET",
  "path": "/authorization/credentials",
  "summary": "VTex Get credentials",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "applicationId": "vtex",
        "appKey": "c5a5e3f1-4a77-4a00-8b53-0d1adb3e9628",
        "appToken": "57ea254d-f3d3-488d-88d7-129766037ed1"
      }
    }
  ]
}