# Loan awaiting signatures Fires when the CCB contract is sent to ClickSign and awaits the customer's signature. Includes the updated signing_url. Use it to resend the signing link to the customer or display a reminder if the signature has not yet been completed. Endpoint: POST loan.awaiting_signatures Version: 2026-03-01 Security: bearerAuth ## Request fields (application/json): - `type` (string, required) Event type identifier Enum: "loan.contract_generated", "loan.awaiting_signatures" - `timestamp` (string, required) When the event occurred - `data` (object, required) - `data.id` (string, required) - `data.status` (string, required) Enum: "contract_generated", "awaiting_signatures" - `data.signing_url` (string, required) ClickSign widget URL for customer signing ## Response 200 fields