cURL
curl --request GET \ --url https://api.vollna.com/v1/filters \ --header 'X-API-TOKEN: <api-key>'
{ "data": [ { "id": 123, "name": "<string>" } ] }
Returns a list of monitoring filters accessible to the authenticated user
API token for authentication
Successful operation
The response is of type object.
object
Was this page helpful?