Api referenceEducationsBook librariesBooks
List all authors of a book
List all authors
List all authors
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
name?string
Response Body
application/json
curl -X GET "https://example.com/v2/educations/book-libraries/books/authors"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}