GET
/
v1
/
webhooks
/
messages
curl --request GET \
  --url https://api.hyperline.co/v1/webhooks/messages \
  --header 'Authorization: Bearer <token>'
{
  "meta": {
    "iterator": "<string>"
  },
  "data": [
    {
      "id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "event_id": "evt_9avP4zLks7L1yh",
      "payload": {
        "event_type": "customer.created",
        "data": {}
      },
      "sent_at": "2023-01-20T16:04:11Z"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

before
string | null

Date time string in the ISO 8601 format.

after
string | null

Date time string in the ISO 8601 format.

event_types
string[]

Event types to consider.

limit
number
iterator
string

Response

200 - application/json
meta
object
required
data
object[]
required