v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBSigner
Register Signed Key
Registers an signed key and returns the developer managed signer status with an approval url.
post/v2/farcaster/signer/developer_managed/signed_key/
Request body
Example request
{
"app_fid": 3,
"public_key": "0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22",
"signature": "0x7867e84cb6a64bf6e1954e52884133f1114eb3fd97f63ff55fa76c77c80beb6434eea9d3736b59caa3130d63121177acc752dc8a2561e9edf700642f390f92d11b",
"sponsor": {
"fid": 3
}
}Response
Success
Example response
{
"fid": 3,
"public_key": "0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22"
}