Claim Hooks
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
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/claim-hook/createThis route gets claim hooks attached to a given boost
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitnumberOptionalDefault:
25cursorstringOptional
sortstringOptional
uristringRequired
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/claim-hook/getThis route deletes a claim hook
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired
Responses
200
Successful response
application/json
Responseboolean
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/claim-hook/updateLast updated
Was this helpful?