cURL
curl --request GET \ --url https://api.fungies.io/v0/elements/checkout/list \ --header 'x-fngs-public-key: <api-key>'
{ "status": "<string>", "data": { "checkoutElements": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "ACTIVE", "offers": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "object": "offer", "internalId": null } ], "object": "checkoutElement", "name": null, "subscriptionOffer": false } ], "count": 0 } }
Retrieve a list of checkout elements with pagination
GET /v0/elements/checkout/list Parameter
1 <= x <= 100
0 <= x <= 1.7976931348623157e+308
GET /v0/elements/checkout/list Positive response
"success"
Show child attributes
ACTIVE
DRAFT
offer
checkoutElement
-1.7976931348623157e+308 <= x <= 1.7976931348623157e+308