paddle_get_events | R Documentation |
Retrieves a list of event entities from Paddle. You can optionally filter by event type.
paddle_get_events(after = NULL, order_by = NULL, per_page = NULL)
after |
Character. Return entities after the specified Paddle ID when working with paginated endpoints. Optional. |
order_by |
Character. Optional. Must be in the form "id[ASC]" or "id[DESC]". |
per_page |
Integer. Optional. Max 200, defaults to 50. |
A list of events returned by the Paddle API.
set_paddle_mode("sandbox")
result <- paddle_get_events(
per_page = 2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.