Skip to main content
GET
/
v1
/
notifications
/
custom
List Custom Notification Rules
curl --request GET \
  --url https://app.nex.ai/api/developers/v1/notifications/custom \
  --header 'Authorization: <api-key>'
{
  "rules": [
    {
      "id": "<string>",
      "name": "<string>",
      "prompt": "<string>",
      "is_enabled": true,
      "schedule": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Response

List of custom notification rules

rules
object[]

List of custom notification rules

Last modified on March 24, 2026