---
title: "User is member at tier"
method: GET
path: "/{fromPlatform}/{fromUserId}/patreon/tier/{tierName}"
tags: ["Patreon"]
---

# User is member at tier

`GET /{fromPlatform}/{fromUserId}/patreon/tier/{tierName}`

## Path parameters

- `fromPlatform` string, required
- `fromUserId` string, required
- `tierName` string, required

## Headers

- `X-Signature` string, required

## Response `200`

Condition passed

## Other responses

- `204` — Condition failed
- `400` — Invalid Parameter
- `401` — Platform (ID) not linked
- `404` — No patrons found <code>OR</code> No tier with name found <code>OR</code> Application not found
- `500` — Patreon response wasn't up to code.

## Changes

- **2025-06-29** (v1) `21fe5968207b` — 1 breaking, 1 info
  - added the new required `header` request parameter `X-Signature`
  - the endpoint scheme security `signature` was removed from the API

[Change history](https://skmtc.dev/minecraftauthentication/apis/user-api/changes/:fromPlatform/:fromUserId/patreon/tier/:tierName/get.md)

---

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