---
title: Get channel settings
full: true
_openapi:
  method: GET
  toc: []
  structuredData:
    headings: []
    contents:
      - content: |
          Retrieve the current user's settings for a specific channel.

          Channel settings store provider-specific data needed for delivery:
          - **Mobile Push (APNS/FCM):** Device tokens
          - **Slack:** Channel ID or user ID for DMs
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Retrieve the current user's settings for a specific channel.

Channel settings store provider-specific data needed for delivery:
- **Mobile Push (APNS/FCM):** Device tokens
- **Slack:** Channel ID or user ID for DMs


<APIPage document={"./openapi-user.json"} operations={[{"path":"/channels/{channel_id}/settings","method":"get"}]} />