---
title: "Configure connection"
method: POST
path: "/v3/connections/{connectionId}/configure"
tags: ["Connections"]
---

# Configure connection

`POST /v3/connections/{connectionId}/configure`

Configure resources for a connection (supported providers: GitHub for now)

## Path parameters

- `connectionId` string, required

## Request body

- object
  - `resources` object[], required

## Response `200`

Resources configured successfully

- object
  - `success` boolean, required
  - `message` string, required
  - `webhooksRegistered` number

## Other responses

- `400` — Connection missing refresh token
- `401` — Unauthorized
- `404` — Connection not found
- `501` — Provider does not support resource configuration

---

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