articles
List article authors
List article authors
get/account/articles/{article_id}/authors
Path parameters
article_idinteger required
Article unique identifier
Response
OK. Authors list for article
Example response
[
{
"id": 97657,
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"url_name": "John_Doe",
"orcid_id": "1234-5678-9123-1234"
}
]