Skip to main content

Get next book in series

GET 

/:prefix/api/v1/books/:book_id/next

Returns the next book in the same series by sort order.

Endpoint

GET /{prefix}/api/v1/books/{bookId}/next

Response

  • 200: Next book DTO
  • 404: No next book (this is the last book in series)

Authentication

  • Bearer token (JWT)
  • Basic Auth
  • API Key

Request

Responses

Next book in series