Perform Search
You can perform searches using two endpoints, depending on the type of results you need. Both support the same search filters—the difference lies in the metadata they return.
- Use
<[host URL>/api_gateway/cortex/v1/search](https://docs.capillarytech.com/reference/search-api-cortex-api)
if you only need matching customer or transaction IDs. - Use
[<host URL>/v2/search/entity](https://docs.capillarytech.com/reference/perform-search)
if you want enriched results, including standard, custom, and extended fields.
We recommend the /v2/search/entity
endpoint for most brand use cases. If the enrichment isn't sufficient, you can fall back to the /cortex/v1/search
endpoint and enrich the output using Neo.
Updated 3 days ago