---
title: "Show Entity"
method: GET
path: "/api/v1/entities/{id}"
tags: ["Entities"]
---

# Show Entity

`GET /api/v1/entities/{id}`

## Response `200`

Successful

- SerializedEntity
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string — Name of the entity
      - `passDeeplinks` object — When clicked on a device, will direct the user to the pass in their wallet. Replace {PASSENTRY_PASS_UUID} with the pass UUID.
        - `apple` string — Apple Wallet Pass Deeplink
        - `google` string — Google Wallet Pass Deeplink

## Other responses

- `401` — Error: Unauthorized
- `404` — Error: Not Found

---

[API](https://skmtc.net/passentry/apis/passentry-api.md) · [All operations](https://skmtc.net/passentry/apis/passentry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passentry/passentry-api/versions/2c7dc0306b04/schema)
