> ## Documentation Index
> Fetch the complete documentation index at: https://storeinspect.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage

> Check plan access, request quotas, search-row quotas, and contact credits.

Use `GET /usage` to check account-level API state.

```bash theme={null}
curl https://storeinspect.com/api/v1/usage \
  -H "Authorization: Bearer $STOREINSPECT_API_KEY"
```

The response includes:

* Current plan
* Monthly contact credit total, used, and remaining
* Request quota state
* Search-row quota state
* Current billing or usage period
* Rate-limit metadata

This endpoint does not spend contact credits.
