DigiKey API Portal

DigiKey API Developer Portal

Programmatic access to 16 million+ components – search, quote, order, and manage inventory.

This portal covers every publicly available DigiKey API. Each section includes accurate endpoint documentation, real request and response examples, and enough context to integrate without guesswork.

Getting started

If this is your first time here:

  1. Quickstart – Authenticate and make your first live call in under 10 minutes.
  2. Authentication & Concepts – OAuth 2.0 flows, rate limits, and error handling in detail.

API reference

Workflow guide

Goal Start with Then
Search parts and check pricing Product Information v4 Product Change Notifications
Get a formal price quote Quotes v4 Ordering v3
Place and track orders Ordering v3 Order Status v4, Packing List v1
Manage a saved BOM MyLists v1
Receive shipments by barcode scan Barcode v3 Packing List v1
View bonded warehouse stock Supply Chain v1

Authentication quick reference

All DigiKey APIs use OAuth 2.0 bearer tokens. Two flows are in use:

  • 2-legged (Client Credentials) – server-to-server, no user interaction. Used for catalog and lookup APIs.
  • 3-legged (Authorization Code) – requires a DigiKey user to log in and authorize. Used for ordering, lists, and account data.

See Authentication & Concepts for the full setup.

Base URL

https://api.digikey.com

Sandbox (test/development):

https://sandbox-api.digikey.com