curl --request GET \
--url https://api.meetcampfire.com/coa/api/fixed-asset-automation/accounts \
--header 'Authorization: <api-key>'List accounts that are of type FIXED_ASSET for use in automation rule creation. GET /api/fixed-asset-automation/accounts
This endpoint returns only accounts with account_subtype=‘FIXED_ASSET’ to ensure automation rules are created with appropriate accounts.
curl --request GET \
--url https://api.meetcampfire.com/coa/api/fixed-asset-automation/accounts \
--header 'Authorization: <api-key>'Token-based authentication with required prefix "Token"
No response body