GET/v1/notification_rules/{id}

notification_rules.get

Fetch a single notification rule by id.

Parameters

NameTypeRequiredDescription
idstringrequiredNotification rule id, e.g. `ntr_<32 hex chars>`.

Response

No parameters.

Examples

curl -sS -X GET \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/notification_rules/{id}

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.