---
title: "Get hero information"
method: GET
path: "/v1/heroes/{hero_id}"
tags: ["heroes"]
---

# Get hero information

`GET /v1/heroes/{hero_id}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- Hero
  - `id` string
  - `email` string
  - `firstname` string
  - `lastname` string

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/51decf354aac/schema)
