---
title: "Count billing product match companies"
method: GET
path: "/plans/billing-product-match-companies/count"
tags: ["plans"]
---

# Count billing product match companies

`GET /plans/billing-product-match-companies/count`

## Query parameters

- `plan_id` string, required — The plan ID to find billing product match companies for
- `q` string — Search for companies by name, keys or string traits
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` CountResponse, required
    - `count` integer — The number of resources
  - `params` object, required — Input parameters
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `plan_id` string — The plan ID to find billing product match companies for
    - `q` string — Search for companies by name, keys or string traits

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.net/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/69ea07dc33d6/schema)
