Skip to main content
GET
Validate LCA

Validate LCA

Validates an LCA portfolio by checking that the specified processes can produce valid impact calculations for a given methodology and impact category. Use this before requesting impact calculations to ensure all required data is in place.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the LCA portfolio to validateExample: 550e8400-e29b-41d4-a716-446655440000

Query Parameters

string
required
UUID of the methodology to validate againstExample: d4e5f6a7-b8c9-0123-def4-567890123456
string
required
Impact category identifier to validateCommon values: gwp, ap, ep, pocp, adp
array[string]
required
List of process block UUIDs to include in the validationExample: process_id_list=uuid1&process_id_list=uuid2

Example

Successful Response

Returns true if the LCA portfolio is valid for the specified parameters, false otherwise.

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: LCA portfolio not found or doesn’t belong to your organization

422 Unprocessable Entity

Cause: Missing required query parameters

Get LCA Impacts

Calculate impacts after validation passes

Get LCA Portfolio

View portfolio details

LCA Dashboard

View aggregated environmental impact results