VTEX · Example Payload

Vtex Createauthorizationtoken Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createauthorizationtoken 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": "CreateAuthorizationToken",
  "method": "POST",
  "path": "/authorization/token",
  "summary": "VTex Create authorization token",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "applicationId": "vtex",
        "token": "358a5bea-07d0-4122-888a-54ab70b5f02f"
      }
    }
  ]
}