Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Retrieve an Event


Retrieve an Event v2

GET / v2 / core / events /:id

Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which might have been delivered to your event destination.

Learn more about calling API v2 endpoints.

Parameters

No parameters.

Returns

Returns an Event object.

Error Codes

404 not _ found

The resource wasn’t found.

Response

List Events v2

GET / v2 / core / events

List events, going back up to 30 days.

Learn more about calling API v2 endpoints.

Parameters

  • created object Set of filters to query events within a range of created timestamps.
  • limit integer The page size.
  • object _ id string Primary object ID used to retrieve related events.
  • page string The requested page.
  • types array of strings An array of up to 20 strings containing specific event names.

Returns

Response attributes

  • data array of objects List of events.
  • next _ page _ url nullable string URL to fetch the next page of the list. If there are no more pages, the value is null.
  • previous _ page _ url nullable string URL to fetch the previous page of the list. If there are no previous pages, the value is null.

Response

Ping an Event Destination v2

POST / v2 / core / event_destinations /:id / ping

Send a ping event to an event destination.

Learn more about calling API v2 endpoints.

Parameters

No parameters.

Returns

Returns an Event object.

Error Codes

404 not _ found

The resource wasn’t found.

Response

Last verified 2026-09-24

Is this helpful?