Create Inbox View
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/inbox/views" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"created_at": "2019-08-24T14:15:22Z",
"created_by": "string",
"created_by_name": "string",
"filters": {},
"icon": "string",
"id": "string",
"is_pinned": true,
"is_shared": true,
"name": "string",
"sort_order": 0,
"updated_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}