Skip to main content
GET
/
search-merchants
Search merchant spend data
curl --request GET \
  --url https://laso.finance/search-merchants \
  --header 'Authorization: Bearer <token>'
{
  "merchants": [
    {
      "name": "Amazon",
      "url": "amazon.com",
      "status": "accepted",
      "description": "<string>",
      "notes": "<string>"
    }
  ],
  "query": "<string>",
  "count": 123,
  "card_type": "Non-Reloadable U.S.",
  "note": "<string>"
}

Authorizations

Authorization
string
header
required

ID token from /auth or /get-card

Query Parameters

q
string
required

Search query — the merchant name to search for (e.g. "amazon", "netflix")

Response

Merchant search results

merchants
object[]
query
string

The search query that was used

count
integer

Number of merchants returned

card_type
string

The card type results are filtered for

Example:

"Non-Reloadable U.S."

note
string

Important caveat about the data — this database only includes merchants where users have previously attempted transactions