curl --request POST \
--url https://api.machines.cash/user/v1/spotlight/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Search spotlight index
When to use this: Search cards, transactions, support docs, and quick actions.
Required scope: spotlight.read.
curl --request POST \
--url https://api.machines.cash/user/v1/spotlight/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}