Reaction
Publish reaction
POST
Related tutorial: Like and recast
Authorizations
API key to authorize requests
Body
application/json
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
Examples:
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Available options:
like
, recast
If the target is a cast hash, this value should indicate the target cast's author's FID (unsigned integer)
Examples:
3
191
2
194
19960
An Idempotency key is a unique identifier for the request. Note:
- This is used to prevent duplicate requests. Use the same idem key on retry attempts.
- This should be a unique identifier for each request.
- Recommended format is a 16-character string generated by the developer at the time of making this request.