Validate LCA
Validate LCA
Validate an LCA portfolio against a methodology and impact category
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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the LCA portfolio to validateExample:
550e8400-e29b-41d4-a716-446655440000Query Parameters
UUID of the methodology to validate againstExample:
d4e5f6a7-b8c9-0123-def4-567890123456Impact category identifier to validateCommon values:
gwp, ap, ep, pocp, adpList of process block UUIDs to include in the validationExample:
process_id_list=uuid1&process_id_list=uuid2Example
Successful Response
Returnstrue if the LCA portfolio is valid for the specified parameters, false otherwise.
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: LCA portfolio not found or doesn’t belong to your organization422 Unprocessable Entity
Cause: Missing required query parametersRelated Endpoints
Get LCA Impacts
Calculate impacts after validation passes
Get LCA Portfolio
View portfolio details
LCA Dashboard
View aggregated environmental impact results

