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

## Changes

- **2026-03-15** `b40318167017` — 1 breaking
  - request body became required
- **2026-01-28** `228aa031e151` — 1 info
  - api operation id `postV3Connections:connectionIdConfigure` removed and replaced with `postV3ConnectionsByConnectionIdConfigure`

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/connections/:connectionId/configure/post.md)

---

[API](https://skmtc.dev/supermemoryai/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemoryai/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemoryai/supermemory-api/revisions/f979eba02e97/schema)
