Core Resources
- Authentication
- Menus
- Orders
- Locations
- Webhooks
Authentication
GatheredHQ uses API keys to allow access to the API. You can register a new GatheredHQ API key at our developer portal.
bash
curlhttps://api.gatheredhq.io/v1/menus
-H"Authorization: Bearer YOUR_API_KEY"
-H"Content-Type: application/json"