---
title: "Verify call counts"
method: POST
path: "/verify"
tags: ["verify"]
---

# Verify call counts

`POST /verify`

Asserts that a method was called a specified number of times

## Request body

- VerifyRequest
  - `service` string, required
  - `method` string, required
  - `expectedCount` integer, required

## Response `200`

Verification passed

- MessageOK
  - `message` string, required
  - `time` string, date-time, required

## Other responses

- `400` — Verification failed (wrong call count)
- `500` — Internal Server Error

---

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