Skip to main content
Get up and running with the Poelis Public API in just a few steps.

Prerequisites

Step 1: Make Your First Request

List workspaces in your organization. Use your REST API key in the Authorization: Bearer <key> header — see Authentication for how to get and use keys.

Step 2: Understand the Response

A successful response will look like this:

Step 3: Explore More Endpoints

Now that you’ve made your first request, try these:

List Products in a Workspace

Get a Specific Item

List Properties for an Item

Next Steps