> ## Documentation Index
> Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Notification APIs Overview

> Manage push, email, and SMS notification providers and preferences for your CometChat app.

The Notification APIs let you configure and manage notification delivery across push, email, and SMS channels. You can set up providers (FCM, APNS, SendGrid, Twilio), manage user preferences, and monitor notification logs.

## Available Endpoints

| Resource                                                                           | Description                                     |
| ---------------------------------------------------------------------------------- | ----------------------------------------------- |
| [Settings](/rest-api/notifications-apis/push/list-settings)                        | Global notification settings                    |
| [Preferences](/rest-api/notifications-apis/push/list-preferences)                  | User notification preferences and mute controls |
| [Contacts](/rest-api/notifications-apis/push/get-contact-details)                  | User contact details for notifications          |
| [Push Notifications](/rest-api/notifications-apis/push/list-fcm-providers)         | FCM, APNS, and custom push providers            |
| [Email Notifications](/rest-api/notifications-apis/email/get-sendgrid-credentials) | SendGrid and custom email providers             |
| [SMS Notifications](/rest-api/notifications-apis/sms/get-twilio-credentials)       | Twilio and custom SMS providers                 |
| [Notification Logs](/rest-api/notifications-apis/push/notifications-logs)          | View notification delivery logs                 |

## Authentication

All Notification API requests require a `fullAccess` API key. See the [Authentication Guide](/rest-api/authentication) for details.

## Error Handling

For error codes specific to Notification APIs, see [Error Codes](/rest-api/notifications-apis/error-codes).

For system limits, see [Properties and Constraints](/rest-api/notifications-apis/properties-and-constraints).
