---
title: "Create search history item"
method: POST
path: "/api/org/search/history"
tags: ["Organization Management"]
---

# Create search history item

`POST /api/org/search/history`

Create a new search history item for reference later

**Requires access token scope:** `user_manage`

## Request body

- object — Create Search History Item
  - `searchTerm` string, required
  - `orgId` string, required — The ID of the organization
  - `organizationId` string — Optional alias for orgId; if provided, must match orgId

## Response `201`

Search history item created successfully

- object
  - `id` string, required
  - `searchTerm` string, required
  - `date` string, required

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
