Flambe docs

List cookbooks by author

GET
/api/books/by-author

Authorization

bearerAuth
AuthorizationBearer <token>

A Clerk session JWT. Obtain one with a Clerk frontend SDK (session.getToken()) or, for server-to-server use, with a Clerk machine token. The token's sub claim is the Flambe user id that scopes every request.

In: header

Query Parameters

name*string

Author name.

limit?integer
Range1 <= value <= 40
Default20

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/books/by-author?name=Samin+Nosrat"
{  "books": [    {}  ]}