Prerequisites
- A Poelis account and an API key — create one under Settings ↗︎ → API Keys ↗︎ (see Authentication for details)
curlor any HTTP client
Step 1: Make Your First Request
List workspaces in your organization. Use your API key in theAuthorization: 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
- Read the Authentication guide to learn more about API keys
- Explore the API Reference for all available endpoints
- Check out Rate Limiting to understand API limits
- Review Error Handling for proper error management