Skip to main content
WEBHOOK
customer.verify
{
  "id": "<string>",
  "type": "customer.verify",
  "object": "event",
  "created": "2023-11-07T05:31:56Z",
  "data": {
    "object": {
      "customerEmail": "<string>",
      "merchantId": "<string>",
      "customerId": "<string>"
    }
  }
}

Authorizations

X-API-KEY
string
header
required

Your secret API key obtained from the Clink dashboard (Developers section)

X-Timestamp
string
header
required

Current timestamp in milliseconds since Unix epoch (required for request signing)

Body

application/json

Customer verify event payload in json

id
string

Unique identifier for the event

type
enum<string>

Type of event that occurred

Available options:
customer.verify
Example:

"customer.verify"

object
string

Type of this json payload, 'event' if this is an event

Example:

"event"

created
string<date-time>

Timestamp when the event occurred

data
object

Response

200

Return a 200 status to indicate that the data was received successfully