---
title: "GET /pets/{id}"
method: GET
path: "/pets/{id}"
---

# GET /pets/{id}

`GET /pets/{id}`

Returns a user based on a single ID, if the user does not have access to the pet

## Path parameters

- `id` integer, required

## Response `200`

pet response

- Pet
  - `name` string, required
  - `tag` string
  - `id` integer, required

## Other responses

- `default` — unexpected error

## Changes

- **2016-09-08** `d50f6f1346e0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nextcloud/apis/passman-api/changes/pets/:id/get.md)

---

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