Swagger UI openapi.json openapi.yaml
Guide

Environments

Pick the target environment from the Servers dropdown in Swagger UI, or replace the host in curl.

Available environments

EnvironmentBase URLNotes
productionhttps://api.contabeleza.com.brRead-only unless you know what you're doing
staginghttps://api.staging.contabeleza.com.brSame data shape; safe for writes
qahttps://api.qa.contabeleza.com.brReset frequently; destructive testing
local mockhttp://localhost:4321No auth required; returns examples only

Switching

  • Swagger UI — pick from the Servers dropdown at /docs
  • curl — replace the host; the path, headers and body are identical
  • Local mock — every documented path is mounted on this server