Webhook Setup
The Webhook integration lets you send orders to Pickpad over a REST API, authenticated with an API key.
1. Select order source
Go to Settings > Orders source and select Webhooks.
2. Create an API key
An API keys section will appear. Click Create API Key and copy the key somewhere safe.
3. Set up your stations
Create at least one station in Stations and note its locationExternalId — you'll use this as the locationId when sending orders.
4. Send your first order
See Sending Orders for the endpoint reference and payload format.
Authentication
Include the API key in the x-api-key header on every request:
x-api-key: <your-api-key>