View Categories

Get a book

< 1 min read

GET/books/{bookid}

Code Samples #

  • 💻 cURL
  • 📄 JavaScript
  • 🐍 Python
  • 🐘 PHP
  • 🔷 C#
  • Java
Copy
curl --request GET \
  --url 'https://api.bookstore.example.com/v1/books/{bookid}' \
  --header 'X-API-Key: YOUR_API_KEY'

Fetch A single book by its ID.

Path Parameters #

NameTypeRequiredDescription
bookidstringRequired

Responses #

200 — Successful response #

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.