Get author by ID or by slug
GET /cms/author/{author_id}
GET
/cms/author/{author_id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” author_id
required
string
Author ID (numeric) or slug
Responses
Section titled “ Responses ”Author details
Author
API representation of an author
object
id
Author ID
integer format: int64
url
URL to the author page
string
name
Author name
string
image
Image URL
string
image_transforms
Available image transformations in different sizes
Array<object>
object
x
Width in pixels
integer
y
Height in pixels
integer
url
URL to the transformed image
string format: uri
cover
Cover image URL
string
email
Author email
string
department
Department
string
editorialName
Editorial name (slug)
string
biography
Short biography
string
description
Full description (HTML)
string
name_latin
Name in latin characters
string
country
Country code or name
string
googlePlus
Google+ profile (legacy)
string
twitter
Twitter handle (without @)
string
facebook
Facebook username
string
linkedin
LinkedIn profile
string
instagram
Instagram handle
string
objectType
Class name of the object
string
replacedWith
If this author was replaced, id of replacement
Not found