Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagejson
{
  "Authorization": "XXXYYYYBBBBZZZZ"
}

Searching

Searching for foods is a key action that users utilize to build recipes. Search results are paginated.

...