Skip to content

Find author by name

GET
/api/v1/authors/by-name
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/authors/by-name?name=example'

Find an author by exact name (case-insensitive).

name
required
string

Author name

Author found successfully

Media type */*
object
id
integer format: int64
name
string
description
string
asin
string
nameLocked
boolean
descriptionLocked
boolean
asinLocked
boolean
photoLocked
boolean