No token required
Read the public Chef graph
Start with GET /api/v1/recipes and GET /api/v1/cookbooks. Public graph reads do not require Authorization: Bearer, and the OpenAPI contract is available at /api/v1/openapi.json.
curl 'https://spoonjoy.app/api/v1/recipes?query=pasta&limit=20' curl 'https://spoonjoy.app/api/v1/cookbooks?limit=20'