Standard
To ensure seamless integration and interoperability, it is recommended that all Reputation Oracles adhere to certain endpoint standards.
Webhook
POST
/webhook
Used for receiving notifications about various events within the Protocol
Headers
Name
Value
human-signature*
Signature used for origin authentication
Body
Name
Type
Description
escrow_address*
String
The address of the escrow involved in the event.
chain_id*
Number
The identifier of the chain where the escrow exists.
event_type*
Enum
The type of event, which can be one of the following:
job_completed
: Indicates the completion of a job that can be evaluated and paid out.
event_data
Object
It gives information about the event, like refusal reason for an invalid submission.
Response
Last updated