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