Sign in

Get pipeline stage

documented

Fetch a pipeline stage by ID.

GET /v1/pipeline_stages/{id}Pipelinesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.marketcircle.net/v1/pipeline_stages/{{$id}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get pipeline stage · Marketcircle · OpenIntegrations