Skip to main content
GET
/
v1
/
events
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "0edc2889-7ee7-426f-ba68-c9ff49325578",
  "object": "event",
  "data": {
    "object": {
      "id": "116b86fd-f09c-4154-a4cc-341abfd6965f",
      "object": "purchase",
      "live_mode": true,
      "quantity": 1,
      "revoked": false,
      "revoked_at": null,
      "revoke_at": null,
      "customer": "f967f3b7-76a6-48ab-abc5-9c6dc82e186c",
      "initial_order": "7cfa5e01-e95f-4b5d-a491-c6a98159eb68",
      "license": null,
      "price": "bfa84a15-4bdc-4ff0-b356-29d078374598",
      "product": "6b6dec6e-cdf0-4b4c-aa3e-e37e3c62db75",
      "subscription": null,
      "variant": null,
      "review": null,
      "created_at": 1767909700,
      "updated_at": 1767909700
    }
  },
  "type": "purchase.created",
  "account": "743a59e8-6674-4907-858a-a1cb0f8ddb7a",
  "created_at": 1767909700
}

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).