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
Responsestring
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
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
Responseboolean
post
/claim-hook/update

Last updated

Was this helpful?