For the complete documentation index, see llms.txt. This page is also available as Markdown.

Claim Hooks

Creates a claim hook

post

This route creates a claim hook. Claim hooks are an atomic action that will be performed when a boost is claimed

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
hookone ofRequired
or
or
Responses
200

Successful response

application/json
stringOptional
post/claim-hook/create

Gets Claim Hooks

post

This route gets claim hooks attached to a given boost

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitnumberOptionalDefault: 25
cursorstringOptional
sortstringOptional
uristringRequired
Responses
200

Successful response

application/json
cursorstringOptional
hasMorebooleanRequired
post/claim-hook/get

Delete a Claim Hook

post

This route deletes a claim hook

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired
Responses
200

Successful response

application/json
booleanOptional
post/claim-hook/update

Last updated

Was this helpful?