Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Pipeline value grouped by display currency

GET/v1/crm/deals/pipeline-summary
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Query parameters
stage_idsstring[]
Optional: filter to specific stages (empty = all)
Responses
200OK
itemsCrmPipelineSummaryItem[] | nullrequired
Show properties
Array of CrmPipelineSummaryItem
currency_codestringrequired
deal_countinteger<int64>required
minor_unitinteger<int64>required
total_minorstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/crm/deals/pipeline-summary"
Response
{
  "items": [
    {
      "currency_code": "string",
      "deal_count": 0,
      "minor_unit": 0,
      "total_minor": "string"
    }
  ]
}