GET
/
calculators
curl --request GET \
  --url https://app.activecalculator.com/api/v1/calculators \
  --header 'x-ac-api-key: <api-key>'
"{\n  \"data\": [\n    {\n      \"id\": \"calculator123\",\n      \"createdAt\": \"2024-08-11T20:45:07.966Z\",\n      \"updatedAt\": \"2024-08-11T20:45:07.966Z\",\n      \"name\": \"Example Calculator\",\n      \"slug\": null,\n      \"workspaceId\": \"workspace456\",\n      \"folderId\": \"folder789\",\n      \"status\": \"draft\",\n      \"elements\": [],\n      \"layouts\": {\n        \"lg\": [],\n        \"md\": [],\n        \"sm\": []\n      },\n      \"variables\": [],\n      \"submitActions\": {},\n      \"themeId\": \"default\",\n      \"templateVisibility\": null,\n      \"templateCalculatorId\": null,\n      \"clonesCount\": 0,\n      \"impressionsCount\": 0,\n      \"lastImpressionAt\": null,\n      \"submissionsCount\": 0,\n      \"lastSubmissionAt\": null,\n      \"newElementCount\": {}\n    }\n  ]\n}"

Authorizations

x-ac-api-key
string
header
required

Query Parameters

limit
integer

The maximum number of calculators to return

offset
integer

The number of calculators to skip before starting to return results

Response

200
application/json
200
data
object[]