required | object (NotificatorService) |
{- "data": {
- "type": "notificator_service",
- "attributes": {
- "endpoint": "string",
- "channels": [
- "string"
]
}
}
}
{- "data": {
- "type": "notificator_service",
- "attributes": {
- "endpoint": "string",
- "channels": [
- "string"
]
}
}
}
required | object (CreateNotification) |
{- "data": {
- "type": "create_notification",
- "attributes": {
- "topic": "string",
- "message": {
- "type": "string",
- "attributes": { }
}, - "channel": "string"
}, - "relationships": {
- "destinations": {
- "data": [
- {
- "id": "string",
- "type": "string"
}
]
}
}
}
}
{- "data": {
- "id": "string",
- "type": "notification",
- "attributes": {
- "topic": "string",
- "message": {
- "type": "string",
- "attributes": { }
}, - "channel": "string",
- "created_at": 0
}, - "relationships": {
- "deliveries": {
- "data": [
- {
- "id": "string",
- "type": "delivery"
}
]
}
}
}
}