Using vtex-api with vtex.local

PHP integration

Install
composer require vtex-api
Get all Content Types
curl \
  https://vtex.local/_v/cms/api/{builderId}/
Get all CMS pages by Content Type
curl \
  https://vtex.local/_v/cms/api/{builderId}/{content-type}
Get CMS page
curl \
  https://vtex.local/_v/cms/api/{builderId}/{content-type}/{document-id}/
SDK on GitHub 📄 API Docs
SDK
vtex-api
PHP
API
vtex.local
vtex.local:Headless-CMS-API
At a glance
Language PHP
Endpoints3
Base URLhttps://vtex.local