View Categories

Get an author

< 1 min read

GET/authors/{authorid}

Code Samples #

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

Fetch A single author, with their books.

Path Parameters #

NameTypeRequiredDescription
authoridstringRequired

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.