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

# Get a provider

`GET /providers/{id}`

Returns one configured provider by id, including its channel, provider key, alias, title, and current settings.

## Path parameters

- `id` string, required

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

- `404`

---

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