Hive API Docs
API Reference

Authors API

Endpoint reference for author profiles

Endpoint

GET /authors

Example

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

  • 401 invalid API key
  • 500 server/internal error

On this page