Skip to main content
GET
/
books
/
find
/
{bookId}
get by id
curl --request GET \
  --url http://localhost:8000/v1/books/find/{bookId}
{
  "data": {
    "book": null
  },
  "error": null
}

Path Parameters

bookId
string
required
Example:

"670e2ce78296c4aa4d1374ac"

Response

200 - application/json

get by id - successs / get by id - not found

data
object
error
unknown