Claim Hooks
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
hookone ofRequired
or
or
Responses
200
Successful response
application/json
stringOptional
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/create
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitnumberOptionalDefault:
25cursorstringOptional
sortstringOptional
uristringRequired
Responses
200
Successful response
application/json
cursorstringOptional
hasMorebooleanRequired
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/get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired
Responses
200
Successful response
application/json
booleanOptional
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/update
Last updated
Was this helpful?