v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Notifications

Create a notification profile

Create a notification profile.

post/notification_profiles

Request body

created_atstring date-time

ISO 8601 formatted date indicating when the resource was created.

idstring

A UUID.

namestring

A human readable name.

updated_atstring date-time

ISO 8601 formatted date indicating when the resource was updated.

Example request

{
  "created_at": "2019-10-15T10:07:15.527Z",
  "id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
  "updated_at": "2019-10-15T10:07:15.527Z"
}

Response

A Notification Profile response

Example response

{
  "data": {
    "created_at": "2019-10-15T10:07:15.527Z",
    "id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
    "updated_at": "2019-10-15T10:07:15.527Z"
  }
}