GET
/
v1
/
events
/
resend
curl --request GET \
  --url https://api.base39.io/v1/events/resend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "evnt_63eb84cc5ebbf96915062ecb,evnt_63eb84cc5ebbf969150ddddd",
  "dataId": "cust_63eb84cc5ebbf96915062ecb",
  "eventType": "customer.updated",
  "createdAtStart": "2021-01-01T00:00:00.000Z",
  "createdAtEnd": "2021-01-01T23:59:59.999Z",
  "limit": 10,
  "startingAfter": "evnt_63eb84cc5ebbf96915062ecb",
  "endingBefore": "evnt_63eb84cc5ebbf96915062ecb"
}'
{
  "hasMore": true,
  "data": [
    {
      "id": "evnt_63eb84cc5ebbf96915062ecb",
      "eventType": "customer.updated",
      "data": {
        "id": "cust_63eb84cc5ebbf96915062ec9",
        "name": "name",
        "username": "username"
      },
      "subscriptions": [
        {
          "status": "processing",
          "id": "subs_63c07a9c8d701377c9423148"
        }
      ],
      "metadata": {},
      "createdAt": "2023-08-25T22:38:41.134Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Reenviar um evento

Response

200 - application/json

Um objeto com uma propriedade data que contém um array de itens. Cada entrada no array é um objeto Event reenviado.

Uma lista de eventos. A parte de uma resposta da API que descreve a paginação