Skip to content

Get authors by book ID

GET
/api/v1/authors/book/{bookId}
curl --request GET \
--url http://127.0.0.1:58259/api/v1/authors/book/1

Retrieve a list of authors for a specific book.

bookId
required
integer format: int64

ID of the book

Authors returned successfully

Media type */*
Array<string>