Skip to main content

Playground guide

The Platzi playground is a curated subset of the live API for predictable demos.

Included operations

  • GET /products
  • GET /categories
  • GET /users
  • POST /users/is-available
  • POST /auth/login
  • POST /auth/refresh-token
  • GET /auth/profile
  • GET /locations

Scope notes

  • Data is shared and mutable on the public demo backend.
  • IDs and content can change between requests.
  • Use list/search endpoints for the most stable demos.