...
An API Key can be generated in the Genesis Foods application if your user has been given the apiaccess
permission. Please contact your Account Manager if you don’t see the ability to generate API Keys.
The API Key should be included in the Authorization
header with each request.
Code Block | ||
---|---|---|
| ||
{
"Authorization": "XXXYYYYBBBBZZZZ"
} |
Searching
Searching for foods is a key action that users utilize to build recipes. Search results are paginated.
...