---
title: "Verify calendar service account"
method: POST
path: "/api/v1/integrations/google_calendar/actions/verify"
tags: ["Integrations Calendar"]
---

# Verify calendar service account

`POST /api/v1/integrations/google_calendar/actions/verify`

This API is used to verify an email service account.
- At least two "accessible" emails must be provided.
- A `204 No Content` will be returned if the verification is successful and a `400 Bad Request` will be returned, along withrelevant details, if it is not.

## Request body

- VerifyCalendarServiceAccount
  - `emails` string[], required

## Response `204`

Success

## Other responses

- `400` — Bad request
- `409` — Conflict

---

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