---
title: "Start a global component by ID"
method: POST
path: "/components/global/{id}/start"
tags: ["components"]
---

# Start a global component by ID

`POST /components/global/{id}/start`

Returns a success message

## Path parameters

- `id` string, required

## Response `200`

successful operation

- object
  - `data` GlobalComponentStart
    - `message` string
    - `code` string

## Other responses

- `401` — Access token is missing or invalid
- `404` — Component with given ID not found

## Changes

- **2020-06-05** `6483d464f987` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrationhub/apis/component-repository/changes/components/global/:id/start/post.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/component-repository.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/component-repository/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/component-repository/revisions/a2db333b03c8/schema)
