Skip to main content
GET
/
v1
/
events
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "52ceab64-b508-41ce-87f3-e7cec1ebba8a",
  "object": "event",
  "data": {
    "object": {
      "id": "4c84dcb9-0ddd-4766-adc4-5ac78b186730",
      "object": "purchase",
      "live_mode": true,
      "quantity": 1,
      "revoked": false,
      "revoked_at": null,
      "revoke_at": null,
      "customer": "6839d989-ebbd-4708-bf18-c18cbddcc777",
      "initial_order": "17590d55-6d97-420c-a830-0ca7f0a93255",
      "license": null,
      "price": "9e65e84c-ce30-4fbe-85d4-619ef283c045",
      "product": "019eb95e-2b54-41da-882a-1d9d2c824716",
      "subscription": null,
      "variant": null,
      "review": null,
      "created_at": 1770234855,
      "updated_at": 1770234855
    }
  },
  "type": "purchase.created",
  "account": "bcff4066-a56d-46a1-ba2f-e6e2ef7249ce",
  "created_at": 1770234855
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

account

Expandable – The associated account ID.

created_at
integer

Time at which the object was created. Measured in seconds since the Unix epoch.

type
string

Description of the event (e.g., subscription.updated or charge.updated).