---
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

## Changes

- **2026-02-14** `001f2b1780f3` — 1 info
  - endpoint added
- **2025-12-06** `8784e347c130` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bavix/apis/gripmock-api-schema/changes/verify/post.md)

---

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