Create a custom filter
POST
/api/v1/accounts/{account_id}/custom_filters
Custom Filters
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//custom_filters' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"type": "conversation",
"query": {}
}'
Response Response Example
200 - Example 1
{
"id": 0,
"name": "string",
"type": "conversation",
"query": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
Request
Path Params
account_id
integerÂ
required
Body Params application/json; charset=utf-8