VTEX · Example Payload

Vtex Createtoken Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createtoken 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": "Createtoken",
  "method": "POST",
  "path": "/token",
  "summary": "VTex Create JWT token",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "apiKey": "{pnpApiKey}"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{token}"
    }
  ]
}