---
title: "Test credentials"
method: GET
path: "/bluesky/me"
tags: ["Bluesky by Unshape"]
---

# Test credentials

`GET /bluesky/me`

Auth the user with the credentials passed as headers.

## Headers

- `X-Bluesky-Username` string, required
- `X-Bluesky-Email` string, required
- `X-Bluesky-App-Password` string, required

## Response `200`

Success - Authentication succeeded

- BlueskyAuthSuccess
  - `success` boolean — Indicates whether the operation was successful.

## Other responses

- `400` — Bad request - Missing input properties
- `401` — Unauthorized - Invalid credentials
- `402` — Payment Required - Subscription required

---

[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)
