---
title: "Get recipient"
method: GET
path: "/recipient/{id}"
tags: ["recipient"]
---

# Get recipient

`GET /recipient/{id}`

Get recipient by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelRecipient
  - `created_at` string
  - `email` string
  - `id` string
  - `is_active` boolean
  - `pgp_enabled` boolean
  - `pgp_inline` boolean
  - `pgp_key` string

## Other responses

- `400` — Bad Request

---

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