StatsHub Docs
Endpoint referenceProps

/props/saved-filters

GET
/api/v2/props/saved-filters

Query Parameters

type?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/props/saved-filters"
{  "$schema": "https://example.com/schemas/PropsSavedFiltersListOKBody.json",  "data": [    {      "createdAt": "string",      "filters": null,      "id": 0,      "name": "string",      "type": "string",      "updatedAt": "string"    }  ]}