Postman Collection
Use the AtlasCore Postman collection to explore the API interactively.
Getting started
- Import the collection into Postman
- Set the
base_urlvariable to your environment's base URL - Set the
api_keyvariable to your bearer token
Collection variables
| Variable | Example | Purpose |
|---|---|---|
base_url | https://api.atlascore.com.au/v1 | API base URL |
api_key | ac_test_your_key | Bearer token |
pack_id | au_climate_disclosure | Default pack for requests |
abn | 12345678901 | Default company ABN |
Included requests
The collection includes pre-configured requests for all major endpoint groups:
- Datasets — list, schema, register
- Emission Factors — Scope 1, 2, 3, batch, search, categories
- Companies — climate profile, risk, disclosure report, export
- Entities — resolve, emissions
- Portfolios — create, run, report
- Queries — address, polygon, route
- Packs — list, context, framework registry
Alternative: Scalar
AtlasCore also provides an interactive API reference powered by Scalar at:
https://api.atlascore.com.au/api-reference
This renders the full OpenAPI specification with a built-in request builder — no import needed.