Skip to content

Postman collection

A Postman Collection v2.1 is regenerated alongside the TypeScript types every time the OpenAPI spec is refreshed. Import it into Postman to explore the 48 endpoints without writing a single line of code.

Download

integration.postman_collection.json

Import into Postman

  1. Open Postman.
  2. File → Import (or press ⌘ + O / Ctrl + O).
  3. Drop the downloaded integration.postman_collection.json into the modal and confirm.

You'll see folders matching the spec tags — Projects, Models, Items, Assets, Comments, etc. — each containing the relevant requests.

Set your environment

Create a Postman environment with these variables and select it before sending requests:

VariableExample value
baseUrlhttps://cms.example.com/api
bearerTokenyour integration token
workspaceIdOrAliasws-1
projectIdOrAliasmy-proj

Attach Authorization: Bearer at the collection level so every request inherits it.

Released under the Apache-2.0 License.