Skip to main content
GET
/
v1
/
events
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "d8d629a0-e670-4e72-b68b-0dc8f3243713",
  "object": "event",
  "data": {
    "object": {
      "id": "5e82a93c-9796-4b70-beea-bea908f84213",
      "object": "purchase",
      "live_mode": true,
      "quantity": 1,
      "revoked": false,
      "revoked_at": null,
      "revoke_at": null,
      "customer": "9646808a-3061-484e-8471-dba0e006ab94",
      "initial_order": "7a843bea-e365-4e23-a3b5-68d28cd9834b",
      "license": null,
      "price": "24ca407a-132b-49b2-8522-d6d30f47c0ea",
      "product": "fb93f13b-720a-4b84-a603-277d0caba55f",
      "subscription": null,
      "variant": null,
      "review": null,
      "created_at": 1780925424,
      "updated_at": 1780925424
    }
  },
  "type": "purchase.created",
  "account": "e4f42260-c8a5-4628-ac61-89dcdb3e48c0",
  "created_at": 1780925424
}

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