FileForms
Prices

List Prices

GET
/organization/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
x-api-key<token>

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    }  ]}