latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

components

Returns the Component environment variables based on the specified Component Id

The component should be accessible to the client (e.g. component from the own Contract or shared one).

get/components/{component_id}/env

Path parameters

component_idstring required

Component identifier

Response

OK

metaobject required

Example response

{
  "data": {
    "id": "5b4f337bff4304610483ba67",
    "links": {
      "self": "/v2/component-envs/5b4f337bff4304610483ba67"
    }
  }
}