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

---

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