Skip to content

Get all authors

GET
/api/v1/authors
curl --request GET \
--url http://127.0.0.1:58259/api/v1/authors

Retrieve all authors with book counts.

Authors returned successfully

Media type */*
Array<object>
object
id
integer format: int64
name
string
asin
string
bookCount
integer format: int32
hasPhoto
boolean