---
title: "Connect Appfolio"
method: POST
path: "/api/integrations/appfolio_vendor/connect"
---

# Connect Appfolio

`POST /api/integrations/appfolio_vendor/connect`

Exchange a pasted AppFolio magic link for a credential and persist it.

## Request body

- AppFolioConnectRequest — A pasted AppFolio magic link (full URL or the bare token). ``magic_link`` is a single-use secret, so it is a ``SecretStr`` (masked in logs/reprs, write-only in the OpenAPI schema).
  - `magic_link` string, password, required

## Response `200`

Successful Response

- IntegrationConnectionResponse — Result of a connect/disconnect on a web-form integration.
  - `integration` string, required
  - `connected` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-04** `612d1627a573` — 1 info
  - endpoint added
- **2026-03-20** `4c528359213d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/integrations/appfolio_vendor/connect/post.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
