Brew Sessions

Search All My Brew Sessions

GET https://api.brewersfriend.com/v1/brewsessions

This endpoint allows you to get your brew sessions.

Query Parameters

Name
Type
Description

group_id

string

Group ID

brewer_author_id

string

Brewer Author ID

sort

string

created_at, updated_at or batchcode Formatted: created_at:1 for ASC and created_at:-1 for DESC

id

number

Brew Session id

folder_id

number

Brew Session folder id

keyword

string

Searches brew session batch and phase

updated_from

string

Brew Sessions updated date start in the format YYYY-MM-DD

updated_to

string

Brew Sessions updated date end in the format YYYY-MM-DD

created_from

string

Brew Sessions created date start in the format YYYY-MM-DD

created_to

string

Brew Sessions created date end in the format YYYY-MM-DD

limit

number

Defaults to 20

offset

number

Defaults to 0

Headers

Name
Type
Description

X-API-KEY

string

Your API key.

GET https://api.brewersfriend.com/v1/brewsessions

Path Parameters

Name
Type
Description

string

GET https://api.brewersfriend.com/v1/recipes

Query Parameters

Name
Type
Description

sort

string

created_at, updated_at or title Formatted: created_at:1 for ASC and created_at:-1 for DESC

GET https://api.brewersfriend.com/v1/recipes

Query Parameters

Name
Type
Description

sort

string

created_at, updated_at or title Formatted: created_at:1 for ASC and created_at:-1 for DESC

Get One Brew Session

GET https://api.brewersfriend.com/v1/brewsessions/:brew_session_id

This endpoint allows you to get one brew session. Replace :brew_session_id with the brew session id.

Path Parameters

Name
Type
Description

brew_session_id

number

Brew Session id

Headers

Name
Type
Description

X-API-KEY

string

Your API key.

Get Brew Session Logs

GET https://api.brewersfriend.com/v1/brewsessions/:brew_session_id/logs

This endpoint allows you to get a brew sessions logs. Replace :brew_session_id with the brew session id.

Path Parameters

Name
Type
Description

brew_session_id

number

Brew Session id

Headers

Name
Type
Description

X-API-KEY

string

Your API key.

Last updated

Was this helpful?