Sign in

Get pipeline

documented

Retrieve pipeline information (stages, statuses, etc.).

GET /v2/pipelinePipelineno 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.moskitcrm.com/v2/pipeline?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "apikey: {{MOSKITCRM_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Get pipeline · Moskit CRM · OpenIntegrations