API Reference
Authors API
Endpoint reference for author profiles
Endpoint
GET /authorsExample
curl "https://api.hivecms.online/api/public/v1/{API_KEY}/authors"Response shape
{
"data": [
{
"id": "auth_01",
"name": "Ava Stone",
"about": "Editor-in-chief",
"socialLinks": {
"twitter": "https://twitter.com/avastone"
}
}
]
}Errors
401invalid API key500server/internal error