Companies

Production summary with previous-period comparison

POST
/v1/companies/analytics/summary

Authorization

x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/companies/analytics/summary" \  -H "Content-Type: application/json" \  -d '{}'
{
  "current": {
    "avgListPrice": 0,
    "avgPrice": 0,
    "excluded": {
      "avgListPrice": 0,
      "avgPrice": 0,
      "volume": 0
    },
    "units": 0,
    "volume": 0
  },
  "previous": {
    "avgListPrice": 0,
    "avgPrice": 0,
    "excluded": {
      "avgListPrice": 0,
      "avgPrice": 0,
      "volume": 0
    },
    "units": 0,
    "volume": 0
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string",
  "limit": 0,
  "size": 0
}