Skip to main content
WEBHOOK
Application
{
  "object": "APPLICATION",
  "data": {
    "customer_id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
    "partner_customer_id": "PARTNER_USER_456",
    "status": "OFFER_ACCEPTED",
    "created_at": "2025-02-13T19:08:07.000Z",
    "updated_at": "2025-02-13T19:08:07.000Z"
  }
}
"<string>"

Headers

X-IMPRINT-HMAC-SIGNATURE
string
required

HMAC signature generated using shared webhook secret and webhook payload

Body

application/json
object
enum<string>

The type of object associated with this webhook event. This field indicates what kind of resource has been created or updated.

Available options:
APPLICATION
Example:

"APPLICATION"

data
object

Response

200 - text/plain

Webhook received successfully.

The response is of type string.