---
title: "Connect Croo"
method: POST
path: "/croo/connect"
tags: ["Croo"]
---

# Connect Croo

`POST /croo/connect`

Validate credentials by logging into the Croo portal, then persist
the credential + a SettingsCroo row populated with the resolved
domain/user-extension.

## Request body

- CrooConnectRequest — Request to connect the Croo integration. `username` is the Croo-portal-formatted "<extension>@<short_domain>" string the operator types (e.g. "353@schmidt01").
  - `username` string, required
  - `password` string, required

## Response `200`

Successful Response

- CrooStatus — Croo connection status.
  - `connected` boolean, required
  - `connected_at` string, nullable
  - `croo_domain` string, nullable
  - `croo_user_ext` string, nullable
  - `last_sync_at` string, nullable
  - `last_successful_sync_at` string, nullable
  - `status` string, nullable
  - `last_error_at` string, nullable
  - `last_error_msg` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
