---
title: "Status by public key"
method: GET
path: "/v2/farcaster/signer/developer_managed/"
tags: ["Signer"]
---

# Status by public key

`GET /v2/farcaster/signer/developer_managed/`

Fetches the status of a developer managed signer by public key

## Query parameters

- `public_key` string, required

## Response `200`

Success

- DeveloperManagedSigner
  - `fid` integer — The unique identifier of a farcaster user or app (unsigned integer)
  - `public_key` string, required — Ed25519 public key
  - `signer_approval_url` string
  - `status` 'pending_approval' | 'approved' | 'revoked', required

## Other responses

- `400` — Bad Request

---

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