---
title: "Get author"
method: GET
path: "/v1/authors/{identifier}"
tags: ["Authors"]
---

# Get author

`GET /v1/authors/{identifier}`

Get a single author by ID or slug

## Path parameters

- `identifier` string, required — Author ID or slug

## Response `200`

The requested author

- AuthorResponse
  - `author` Author, required
    - `id` string, required
    - `name` string, required
    - `image` string, nullable, required
    - `slug` string, required
    - `bio` string, nullable, required
    - `role` string, nullable, required
    - `socials` Social[], required
      - `url` string, uri, required
      - `platform` string, required
    - `count` object — Number of published posts by this author
      - `posts` integer, required

## Other responses

- `404` — Author not found
- `500` — Server error

---

[API](https://skmtc.dev/marblecms/apis/marble-api.md) · [All operations](https://skmtc.dev/marblecms/apis/marble-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marblecms/marble-api/revisions/ce3a22722c0e/schema)
