# Stashtab Vault API > Custody-grade inventory infrastructure for trading-card platforms. Intake, storage, fulfillment, and transfers behind one API. ## Docs - [Vault by Stashtab](https://docs.stashtab.gg/): Custody-grade inventory infrastructure for trading-card platforms. Declare expected arrivals, observe every item in custody, request fulfillment or withdrawal, and receive signed event notifications. - [Authentication](https://docs.stashtab.gg/authentication): Every request is authenticated with an API key in the X-API-Key header. - [Environments & sandbox](https://docs.stashtab.gg/environments): Production and sandbox use separate hosts and fully partitioned data. - [Reliability](https://docs.stashtab.gg/reliability): Idempotency, forward compatibility, rate limits, and the machine-readable error-code vocabulary. ## Reference - [Vault by Stashtab API](https://docs.stashtab.gg/reference) ### Account - [Get the authenticated account](https://docs.stashtab.gg/reference/account/getaccount) ### Fulfillment - [Cancel a fulfillment (pre-pick)](https://docs.stashtab.gg/reference/fulfillment/cancelfulfillment) - [Create a fulfillment](https://docs.stashtab.gg/reference/fulfillment/createfulfillment) - [Create fulfillments from CSV](https://docs.stashtab.gg/reference/fulfillment/uploadfulfillmentscsv) - [Get a fulfillment](https://docs.stashtab.gg/reference/fulfillment/getfulfillment) - [List fulfillments](https://docs.stashtab.gg/reference/fulfillment/listfulfillments) ### Intake - [List intake events](https://docs.stashtab.gg/reference/intake/listintakeevents) ### Inventory - [Aggregate counts by status](https://docs.stashtab.gg/reference/inventory/getitemsummary) - [Get an item by QID](https://docs.stashtab.gg/reference/inventory/getitem) - [List items](https://docs.stashtab.gg/reference/inventory/listitems) - [List SKU inventory levels](https://docs.stashtab.gg/reference/inventory/listinventorylevels) ### Manifests - [Close a manifest](https://docs.stashtab.gg/reference/manifests/closemanifest) - [Get a manifest with per-line status](https://docs.stashtab.gg/reference/manifests/getmanifest) - [Get the reconciliation report for a manifest](https://docs.stashtab.gg/reference/manifests/getreconciliationreport) - [List manifests](https://docs.stashtab.gg/reference/manifests/listmanifests) - [Submit an expected manifest](https://docs.stashtab.gg/reference/manifests/createmanifest) - [Submit an expected manifest (CSV upload)](https://docs.stashtab.gg/reference/manifests/uploadmanifestcsv) ### Products - [Create a product](https://docs.stashtab.gg/reference/products/createproduct) - [Get a product](https://docs.stashtab.gg/reference/products/getproduct) - [Import products from CSV](https://docs.stashtab.gg/reference/products/uploadproductscsv) - [List products](https://docs.stashtab.gg/reference/products/listproducts) - [Update a product](https://docs.stashtab.gg/reference/products/updateproduct) ### Sandbox - [Advance an item's lifecycle (sandbox only)](https://docs.stashtab.gg/reference/sandbox/sandboxadvanceitem) ### Transfers - [Cancel a transfer](https://docs.stashtab.gg/reference/transfers/canceltransfer) - [Get a transfer](https://docs.stashtab.gg/reference/transfers/gettransfer) - [List transfers](https://docs.stashtab.gg/reference/transfers/listtransfers) - [Request a sell-back transfer](https://docs.stashtab.gg/reference/transfers/createtransfer) ### Webhooks - [Delete a webhook subscription](https://docs.stashtab.gg/reference/webhooks/deletewebhooksubscription) - [Get a webhook subscription](https://docs.stashtab.gg/reference/webhooks/getwebhooksubscription) - [Get an event](https://docs.stashtab.gg/reference/webhooks/getevent) - [List events](https://docs.stashtab.gg/reference/webhooks/listevents) - [List webhook subscriptions](https://docs.stashtab.gg/reference/webhooks/listwebhooksubscriptions) - [Register a webhook endpoint](https://docs.stashtab.gg/reference/webhooks/createwebhooksubscription) - [Rotate a webhook signing secret](https://docs.stashtab.gg/reference/webhooks/rotatewebhooksubscriptionsecret) - [Test a webhook subscription](https://docs.stashtab.gg/reference/webhooks/testwebhooksubscription) - [Update a webhook subscription](https://docs.stashtab.gg/reference/webhooks/updatewebhooksubscription)