GET
/
authors
/
{authorId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

authorId
string
required

The ID of the author to fetch details for

Query Parameters

includeContentSamples
boolean
default:
false

Whether to include content samples

Response

200 - application/json
author
object
required

Was this page helpful?