Get Owners
curl --request GET \
--url https://api.realtimelca.com/epd/api/owner \
--header 'Authorization: Bearer <token>'Library
Get Owners
Retrieves a list of all owners registered in the EPD (Environmental Product Declaration) service. Owners represent the organisations or companies that are responsible for EPD materials in the system.
GET
/
owner
Get Owners
curl --request GET \
--url https://api.realtimelca.com/epd/api/owner \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
default
Response schema not yet documented in the upstream Postman spec.
βI

