Saved views API
4 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/saved-views |
List Views Query: object_type. |
POST |
/api/saved-views |
Create View Accepts a JSON body. |
PATCH |
/api/saved-views/{view_id} |
Update View Accepts a JSON body. |
DELETE |
/api/saved-views/{view_id} |
Delete View |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.