GET
/
signers
curl --request GET \
  --url https://api.pinata.cloud/v3/farcaster/signers \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "signers": [
      {
        "id": 25,
        "signer_uuid": "0aded7fd-2065-4325-b9c0-bba76da143ee",
        "fid": 6023,
        "public_key": "d48c090aab908b37937304106faa1b3bf8e5337747e08e864f8a8602d372c5f6",
        "signer_approved": true,
        "revoked": false
      }
    ],
    "next_page_token": "eyJvZmZzZXQiOiIyNSJ9"
  }
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fid
integer

FID for the user you are trying to fetch

Response

200 - application/json

The response is of type object.