Authorizations
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Query Parameters
Number of results per page. Useful for controlling response size and pagination.
Required range:
10 <= x <= 50
Pagination cursor from the previous response's nextCursor
field. Use this to fetch
the next page of results.