Brew Sessions

Get Brew Sessions

POST https://www.brewersfriend.com/homebrew/api/201309/mybrewsessions

This endpoint return your recipes in JSON format.

Headers

NameTypeDescription

Content-Type

string

application/x-www-form-urlencoded

Request Body

NameTypeDescription

api_key

string

Your API key found in the Account section.

api_email

string

Your Login email found in the Account section.

{
    "brewsessions": [
        {
         ...
        }
    ]
}

Last updated