Register Signed Key
Registers an app FID, deadline and a signature. Returns the signer status with an approval url.
Public key should be unique, do not reuse the public key on the same account or across accounts
Authorizations
API key to authorize requests
Body
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Signature generated by the custody address of the app. Signed data includes app_fid, deadline, signer’s public key
Application FID
3
unix timestamp in seconds that controls how long the signed key request is valid for. (24 hours from now is recommended)
Url to redirect to after the signer is approved. Note : This should only be used when requesting a signer from a native mobile application.
Response
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Ed25519 public key
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
generated
, pending_approval
, approved
, revoked
signer
The unique identifier of a farcaster user (unsigned integer)
3
WRITE_ALL
, READ_ONLY
, NONE
, PUBLISH_CAST
, DELETE_CAST
, PUBLISH_REACTION
, DELETE_REACTION
, UPDATE_PROFILE
, FOLLOW_USER
, UNFOLLOW_USER
, FOLLOW_CHANNEL
, UNFOLLOW_CHANNEL
, ADD_VERIFICATION
, REMOVE_VERIFICATION
, WRITE_FRAME_ACTION
Was this page helpful?