# Fetch push notification service settings **GET /v1/Services/{ChatServiceSid}/Configuration/Notifications** Fetch push notification service settings A Service Notification resource manages a set of settings to determine push notification behavior at service level. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ChatServiceSid** (string) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. - **chat_service_sid** (string | null) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. - **new_message** () The Push Notification configuration for New Messages. - **added_to_conversation** () The Push Notification configuration for being added to a Conversation. - **removed_from_conversation** () The Push Notification configuration for being removed from a Conversation. - **log_enabled** (boolean | null) Weather the notification logging is enabled. - **url** (string(uri) | null) An absolute API resource URL for this configuration. [Powered by Bump.sh](https://bump.sh)