cURL
curl --request GET \ --url https://api.fixa.dev/v1/searches/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "search": { "id": "<string>", "name": "<string>", "filter": {}, "ownerId": "<string>" } }
get a saved search
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search retrieved successfully
The response is of type object.
object