Skip to main content
GET
/
components
/
{component_id}
/
configs
/
{version}
Get Config Version
curl --request GET \
  --url https://api.example.com/components/{component_id}/configs/{version}

Path Parameters

ParameterTypeDescription
component_idstringThe component ID
versionintThe version number

Response 200

Returns the ComponentConfigResponse for the specified version.