VTEX · Example Payload

Vtex Get Apistorageprofile Systemschemasprofilesystem Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apistorageprofile Systemschemasprofilesystem 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": "get-apistorageprofile-systemschemasprofilesystem",
  "method": "GET",
  "path": "/api/storage/profile-system/schemas/profileSystem",
  "summary": "VTex Get full schema",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "title": "Profile System Profile Schema",
        "description": "Schema used for integration testing with Checkout",
        "type": "object",
        "properties": {
          "firstName": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          },
          "lastName": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          },
          "email": {
            "type": "string",
            "sensitive": true,
            "pii": true
          },
          "corporateName": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": false,
            "pii": false
          },
          "fancyName": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": false,
            "pii": false
          },
          "document": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          },
          "businessDocument": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": false,
            "pii": false
          },
          "documentType": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": false,
            "pii": false
          },
          "homePhone": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          },
          "cellPhone": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          },
          "businessPhone": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": false,
            "pii": false
          },
          "gender": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": false
          },
          "birthdate": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          },
          "priceTable": {
            "type": "string",
            "sensitive": false,
            "pii": false
          },
          "tags": {
            "type": [
              "array",
              "null"
            ],
            "items": {
              "type": "string",
              "maxLength": 50
            },
            "sensitive": false,
            "pii": false
          },
          "customerCode": {
            "type": [
              "string",
              "null"
            ],
            "sensitive": true,
            "pii": true
          }
        },
        "required": [
          "email"
        ],
        "additionalProperties": true,
        "v-indexed": [
          "email",
          "document"
        ],
        "v-unique": [
          "email"
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/vtex-get-apistorageprofile-systemschemasprofilesystem-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.