Standard
To ensure seamless integration and interoperability, it is recommended that all Job Launchers adhere to certain endpoint standards.
Webhook
POST
/webhook
Used for receiving notifications about various events within the Protocol
Headers
human-signature*
Signature used for origin authentication.
Body
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:
escrow_completed
: Indicates the completion of an escrow.
task_creation_failed
: Indicates a failure during task creation process by the Exchange Oracle.
event_data
Object
It gives information about the event, like refusal reason for an invalid submission.
Response
Last updated