---
title: "Update a provider"
method: POST
path: "/providers/{id}"
tags: ["Providers"]
---

# Update a provider

`POST /providers/{id}`

Update an existing provider configuration. The `provider` key is required. All other fields are optional — omitted fields are cleared from the stored configuration (this is a full replacement, not a partial merge).

## Path parameters

- `id` string, required

## Request body

- ProvidersUpdateRequest — Request body for updating an existing provider configuration. The `provider` key is required. All other fields are optional — omitted fields are cleared from the stored configuration (this is a full replacement, not a partial merge).
  - `provider` string, required — The provider key identifying the type.
  - `title` string — Updated display title.
  - `alias` string — Updated alias. Omit to clear.
  - `settings` object — Provider-specific settings (snake_case keys). Replaces the full settings object — omitted settings fields are removed. Use the catalog endpoint to check required fields.

## Response `200`

- Provider — A configured provider in the workspace.
  - `id` string, required — A unique identifier for the provider configuration.
  - `title` string, required — Display title. Defaults to "Default Configuration" when not explicitly set.
  - `provider` string, required — The provider key (e.g. "sendgrid", "twilio", "slack").
  - `alias` string — Optional alias for this configuration.
  - `settings` object, required — Provider-specific settings (snake_case keys on the wire).
  - `created` integer, required — Unix timestamp (ms) of when the provider was created.
  - `updated` integer, nullable — Unix timestamp (ms) of when the provider was last updated.

## Other responses

- `400`
- `404`

## Changes

- **2026-04-02** `b3dde9374868` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/providers/:id/post.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/b3dde9374868/schema)
