D
DoorDash Marketplace API
Details
- URL
-
https://openapi.doordash.com/marketplace - Docs
- https://developer.doordash.com/en-US/api/marketplace/
Authentication
DoorDash developer credential set (developer ID, key ID, signing secret) used to mint JWT bearer tokens compound discovered Get key ↗
Authorization: Bearer <credential> In the DoorDash Developer Portal, open Credentials, click Create Credential (or create an access key in the Drive tutorial), choose the environment/APIs, and save the returned developer_id, key_id, and signing_secret/access key details. DoorDash docs say these values are then used to generate a JWT for API calls; the signing secret is shown only once, so store it securely. See Drive JWT auth, Drive get started, and Marketplace JWT auth.