POST
/
v2
/
farcaster
/
action
/
User actions across apps
curl --request POST \
  --url https://api.neynar.com/v2/farcaster/action/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "signer_uuid": "123e4567-e89b-12d3-a456-426614174000",
  "base_url": "https://example.com",
  "action": {
    "type": "create.user",
    "payload": {}
  }
}'
{}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
signer_uuid
string<uuid>
required

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

Example:

"123e4567-e89b-12d3-a456-426614174000"

base_url
string<uri>
required

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

Example:

"https://example.com"

action
object
required

Response

200 - application/json

Success

The response is of type object.