Skip to main content
GET
/
v2
/
partner
/
notification-settings
Get Notification Settings
curl --request GET \
  --url https://api.trykintsugi.com/v2/partner/notification-settings \
  --header 'X-API-KEY: <api-key>'
{
  "defaultStyle": "<string>",
  "overrides": [
    {
      "id": "<string>",
      "partnerId": "<string>",
      "notifyStyle": "<string>",
      "organizationId": "<string>",
      "organizationName": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

x-partner-id
string | null
Maximum string length: 100

Response

Successful Response

defaultStyle
string
required
overrides
NotificationSettingResponse · object[]
required