SalesOS.

Revenue Intelligence

Revenue analytics and channel attribution

Revenue Intelligence Controller_get All

GET
/v1/revenue-intelligence

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

Query Parameters

rangeRequiredstring
curl -X GET "https://api.salesos.org/v1/revenue-intelligence?range=%3Cstring%3E" \
  -H "Authorization: Bearer <token>"

Revenue Intelligence Controller_get K P Is

GET
/v1/revenue-intelligence/kpis

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

Query Parameters

rangeRequiredstring
curl -X GET "https://api.salesos.org/v1/revenue-intelligence/kpis?range=%3Cstring%3E" \
  -H "Authorization: Bearer <token>"

Revenue Intelligence Controller_get Waterfall

GET
/v1/revenue-intelligence/waterfall

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

Query Parameters

rangeRequiredstring
curl -X GET "https://api.salesos.org/v1/revenue-intelligence/waterfall?range=%3Cstring%3E" \
  -H "Authorization: Bearer <token>"

Revenue Intelligence Controller_get Attribution

GET
/v1/revenue-intelligence/attribution

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

Query Parameters

rangeRequiredstring
curl -X GET "https://api.salesos.org/v1/revenue-intelligence/attribution?range=%3Cstring%3E" \
  -H "Authorization: Bearer <token>"

Revenue Intelligence Controller_get Cohorts

GET
/v1/revenue-intelligence/cohorts

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

curl -X GET "https://api.salesos.org/v1/revenue-intelligence/cohorts" \
  -H "Authorization: Bearer <token>"

Revenue Intelligence Controller_get Leaks

GET
/v1/revenue-intelligence/leaks

Authorization

AuthorizationRequiredBearer <token>

Enter your JWT token

In: header

curl -X GET "https://api.salesos.org/v1/revenue-intelligence/leaks" \
  -H "Authorization: Bearer <token>"