Understand how to connect and authenticate with the Pelanor API
The Pelanor API is useful for the following use cases:
Connect CRM, ERP, and other enterprise software to sync Pelanor dimensions and segments with your business‑contextual data.
Augment Pelanor cloud‑cost data with metrics from your observability platforms, and import custom cost data.
Build custom data pipelines to export Pelanor cloud‑cost data to external systems.
All API endpoints use HTTP Bearer authentication.
Log in to Pelanor
Log in to your Pelanor environment with an admin‑level user.
Open the API Tokens page
Navigate to Settings → API Tokens.
Generate a new token
Give the token a descriptive name (e.g., the integration or project name).
Select the least‑privilege role that still covers the endpoints you plan to call.
For guidance, see the Roles & Permissions reference.
Store the token securely
After you click Generate Token, you will see Token ID and Token Secret values.
Copy them once and store them in a secure location—the secret is shown only once.
Add the Authorization header
Sign every request with the header:
Authorization: Bearer <Token ID>:<Token Secret>