---
title: "Test credentials"
method: GET
path: "/mastodon/me"
tags: ["Mastodon/Fediverse by Unshape"]
---

# Test credentials

`GET /mastodon/me`

Auth the user with the credentials passed as headers.

## Headers

- `X-Access-Token` string, required
- `X-Mastodon-Email` string, required
- `X-Mastodon-App-Password` string, required

## Response `200`

Authentication succeeded

- object
  - `success` boolean

## Other responses

- `402` — Access denied, subscription required - set to 402 instead of 401 because Zapier overrides it.
- `403` — Invalid authentication information

---

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