StatsHub Docs
APIEndpoint referenceProps

/props/saved-filters

POST
/api/props/saved-filters

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/props/saved-filters" \  -H "Content-Type: application/json" \  -d '{    "filters": null,    "name": "string",    "type": "string"  }'
{  "data": {    "createdAt": "string",    "filters": null,    "id": 0,    "name": "string",    "type": "string",    "updatedAt": "string"  }}