List Prices
List prices for all product types, including the FileForms default retail price, your custom retail price when set, and the wholesale floor. State filing fees are charged at cost in addition to all product prices; per-product composition notes (bundled EIN/DBA, the registered agent subscription added with Tier 2/3, the expedited surcharge) are in each row’s description.
Authorization
ApiKeyAuth In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/organization/prices"{ "prices": [ { "type": "ein", "name": "string", "description": "string", "defaultAmount": 0, "retailAmount": 0, "wholesaleAmount": 0, "enabled": true } ]}Upload Branding Asset POST
Upload a logo or icon as a base64-encoded image (png, jpeg, or webp; max 2MB). The file content must match the declared type. The uploaded asset immediately replaces the current logo or icon.
Remove Price DELETE
Remove the custom retail price for a product type. The FileForms default retail price applies afterwards.