Create Notification
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/notifications" \ -H "Content-Type: application/json" \ -d '{ "event_type": "string", "title": "string", "user_id": "string" }'{
"body": "string",
"created_at": "2019-08-24T14:15:22Z",
"entity_id": "string",
"entity_type": "string",
"event_type": "string",
"id": "string",
"read": true,
"read_at": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}