cURL
curl --request POST \ --url https://api.vistaly.com/beta/cards/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "filter": { "must": [ { "key": "archived", "match": { "value": true } } ], "must_not": [ { "key": "archived", "match": { "value": true } } ], "should": [ { "key": "archived", "match": { "value": true } } ] }, "query": "<string>" }'
{ "message": "Cards searched" }
Search for cards across your organization using natural language queries
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Metrics submitted successfully
The response is of type object.
object