latestOpenAPI 3.1.12026-08-108026304.2 KB
7b222e8ec91c
Checkout forms
List all checkout forms
Returns existing checkout forms
get/v1/checkout_forms
Response
Successfully returned the list of checkout forms
Example response
{
"data": [
{
"object": "checkout_form",
"id": "cf_123",
"checkout_form_elements": [
"ce_123",
"ce_456"
],
"created_at": 1712345678,
"event_series_id": null
}
],
"links": {
"next": "/v1/checkout_forms?starting_after=cf_123",
"previous": "/v1/checkout_forms?ending_before=cf_234"
}
}