ワンクリックで
pipelines
Pipelines API skill. Use when working with Pipelines for crm. Covers 14 endpoints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pipelines API skill. Use when working with Pipelines for crm. Covers 14 endpoints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Configuration API skill. Use when working with Configuration for accountHolders, balanceAccounts, balancePlatforms. Covers 79 endpoints.
Adyen Checkout API skill. Use when working with Adyen Checkout for applePay, cancels, cardDetails. Covers 28 endpoints.
Akamai: Application Security API skill. Use when working with Akamai: Application Security for activations, api-discovery, configs. Covers 213 endpoints.
Google Analytics Admin API skill. Use when working with Google Analytics Admin for v1beta. Covers 26 endpoints.
Google Analytics Data API skill. Use when working with Google Analytics Data for v1beta. Covers 7 endpoints.
Google Analytics API skill. Use when working with Google Analytics for data, management, metadata. Covers 88 endpoints.
| name | pipelines |
| description | Pipelines API skill. Use when working with Pipelines for crm. Covers 14 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: v3
OAuth2 | ApiKey private-app-legacy in header | ApiKey private-app in header
14 endpoints across 1 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /crm/v3/pipelines/{objectType} | Retrieve all pipelines |
| POST | /crm/v3/pipelines/{objectType} | Create a pipeline |
| GET | /crm/v3/pipelines/{objectType}/{pipelineId} | Return a pipeline by ID |
| PUT | /crm/v3/pipelines/{objectType}/{pipelineId} | Replace a pipeline |
| DELETE | /crm/v3/pipelines/{objectType}/{pipelineId} | Delete a pipeline |
| PATCH | /crm/v3/pipelines/{objectType}/{pipelineId} | Perform a partial update of the pipeline identified by pipelineId. |
| GET | /crm/v3/pipelines/{objectType}/{pipelineId}/audit | Return an audit of all changes to the pipeline |
| GET | /crm/v3/pipelines/{objectType}/{pipelineId}/stages | Return all stages of a pipeline |
| POST | /crm/v3/pipelines/{objectType}/{pipelineId}/stages | Create a pipeline stage |
| GET | /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId} | Return a pipeline stage by ID |
| PUT | /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId} | Replace a pipeline stage |
| DELETE | /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId} | Delete a pipeline stage |
| PATCH | /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId} | Update specific properties of an existing pipeline stage. |
| GET | /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId}/audit | Retrieve a reverse chronological list of all changes made to a specific pipeline stage. |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP