---
title: "List all SendGrid integrations"
method: GET
path: "/integrations/sendgrid"
tags: ["sendgrid", "channel/email"]
---

# List all SendGrid integrations

`GET /integrations/sendgrid`

Retrieves the current SendGrid integration configurations for a specific integration type in the project. Returns configuration details and status information.

## Response `200`

OK

- SendgridConfigCollection
  - `data` SendgridConfig[]
    - `config` SendgridConfigPayload, required
      - `api_key` string, required — The API key for Sendgrid
      - `from` object
        - `email` string, email, required — The email address to send from
        - `name` string, nullable — The name to send from
      - `reply_to` object
        - `email` string, email, required — The email address to reply to
        - `name` string, nullable — The name to reply to
    - `id` string, required
    - `name` string, required
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

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