cURL
curl --request POST \ --url https://api.neynar.com/v2/studio/deployment/account-association \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "fid": 1, "deployment_name": "<string>", "account_association": { "header": "<string>", "payload": "<string>", "signature": "<string>" } }'
{ "success": true, "message": "<string>" }
Associates a deployment with a Farcaster account using a JFS-signed domain association. Requires API key authentication.
API key to authorize requests
Farcaster ID of the user
x >= 0
Kubernetes deployment name
Signed domain association linking this deployment to a Farcaster account
Show child attributes
Success
Status message from the miniapp generator
Was this page helpful?