cURL
curl --request GET \ --url https://api.fixa.dev/v1/searches \ --header 'Authorization: Bearer <token>'
{ "success": true, "searches": [ { "id": "<string>", "name": "<string>", "filter": {}, "ownerId": "<string>" } ] }
list all saved searches
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Whether to include default searches
Searches retrieved successfully
The response is of type object.
object