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