GET
/
v1
/
notifications
/
preferences
/
profiles
List notification preference profiles
curl --request GET \
  --url https://platform.thena.ai/v1/notifications/preferences/profiles \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "title": "<string>",
  "description": "<string>",
  "isCurrent": true,
  "isDefault": true,
  "configuration": [
    {
      "eventType": "ticket_created",
      "channelType": "push",
      "isEnabled": true
    }
  ],
  "groupingType": "no_grouping",
  "batchingType": "no_batching",
  "batchCount": 123,
  "batchDuration": 123,
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Response

200
application/json

Operation successful

The response is of type object.