Documentation Index
Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /co2-customer/create | Create or update a climate customer profile |
GET | /co2-customer/profile/reference/{external_reference} | Retrieve a profile by external reference |
GET | /co2-customer/profile/cid/{cid} | Retrieve a profile by customer CID |
Create customer profile
POST /co2-customer/create
Request body
Common fields
| Field | Type | Required | Notes |
|---|---|---|---|
email | string | yes | Contact email for the profile |
first_name | string | no | Used for private customers |
last_name | string | no | Used for private customers |
business_name | string | no | Used for company customers |
customer_type | string | no | private or corporate |
organization_number | string | no | Organization identifier |
external_reference | string or array | no | A comma-separated string or an array of {reference, name} objects |
accumulation_period | string | no | default, direct, daily, weekly, monthly, quarterly, or yearly |
Response shape
Retrieve by external reference
GET /co2-customer/profile/reference/{external_reference}
Returns the same profile shape shown above.
Retrieve by CID
GET /co2-customer/profile/cid/{cid}
Returns the same profile shape shown above.