v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Action

User actions across apps

Securely communicate and perform actions on behalf of users across different apps. It enables an app to send data or trigger actions in another app on behalf of a mutual user by signing messages using the user's Farcaster signer.

post/v2/farcaster/action/

Request body

base_urlstring uri required

The base URL of the app on which the action is being performed.

signer_uuidstring uuid required

The signer_uuid of the user on behalf of whom the action is being performed.

Example request

{
  "action": {
    "type": "create.user"
  },
  "base_url": "https://example.com",
  "signer_uuid": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Success

object required