Get details of all published digital products with this API
Rate limit: Maximum 15 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-all-products \ --header 'Content-Type: application/json' \ --data ' { "data": [ { "data": { "fermionSchoolId": "<string>", "filterByType": [ "DownloadableProduct" ] } } ] } '
[ { "output": { "status": "ok", "data": { "products": [ { "fermionDigitalProductId": "<string>", "type": "DownloadableProduct", "name": "<string>", "slug": "<string>", "link": "<string>", "thumbnailUrl": "<string>" } ] } } } ]
API Request Body
Show child attributes
API Response Body