Skip to main content
GET
/
v1
/
events
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3207a6b4-26fe-4d8e-bfe7-8aa9150be6bf",
  "object": "event",
  "data": {
    "object": {
      "id": "ef8bd119-b29f-4c68-a413-36f8d0f13acc",
      "object": "purchase",
      "live_mode": true,
      "quantity": 1,
      "revoked": false,
      "revoked_at": null,
      "revoke_at": null,
      "customer": "a91a9c4a-cf94-4417-995c-11a4e41959c1",
      "initial_order": "9ecf45fa-34fd-4b62-a032-7563a9842934",
      "license": null,
      "price": "bf636f40-e69e-4263-80f5-7c5ae81eddaf",
      "product": "28673d6b-2129-450b-9167-853d581af84a",
      "subscription": null,
      "variant": null,
      "review": null,
      "created_at": 1773903545,
      "updated_at": 1773903545
    }
  },
  "type": "purchase.created",
  "account": "bedbc001-6568-4ff9-9e07-63417ccb0802",
  "created_at": 1773903545
}

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