List events types
gethttps://api.paddle.com/event-types
Returns a list of event types.
The response is not paginated.
Response
dataarray[object]
Represents an event type.
namestring
Type of event sent by Paddle, in the format entity.event_type
.
descriptionstring
Short description of this event type.
groupstring
Group for this event type. Typically the entity that this event relates to.
available_versionsarray[integer]
List of API versions that this event type supports.
metaobject
Information about this response.
request_idstring
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
200 Response
12345678910111213141516171819201{
2 "data": [
3 {
4 "name": "transaction.billed",
5 "description": "Occurs when a transaction is billed. Its status field changes to billed and billed_at is populated.",
6 "group": "Transaction",
7 "available_versions": [
8 1
9 ]
10 },
11 {
12 "name": "transaction.canceled",
13 "description": "Occurs when a transaction is canceled. Its status field changes to canceled.",
14 "group": "Transaction",
15 "available_versions": [
16 1
17 ]
18 },
19 {
20 "name": "transaction.completed",