# GET /api/estimate-requests/search/{keyword} > Estimate Requests - Search Estimate Requests - **Endpoint:** `GET /api/estimate-requests/search/{keyword}` - **Group:** Estimate Requests - **Since:** v1.0.0 - **Defined in:** `RestApi/Controllers/EstimateRequestsController.php` ## Headers | Field | Type | Description | | --- | --- | --- | | `authtoken` | String | Authentication token, generated from admin area | ## Parameters | Field | Type | Required | Description | | --- | --- | --- | --- | | `keyword` | String | yes | Search keywords | ## Request example ```bash curl -X GET "https://yoursite.com/index.php/api/estimate-requests/search/acme" \ -H "authtoken: YOUR_API_TOKEN" ``` --- Part of the [REST API for RISE CRM](https://risecrm.themesic.com/apiguide/) documentation. Full page: https://risecrm.themesic.com/apiguide/estimate-requests/search-estimate-requests/