We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/establishments.info { "token": "MY_TOKEN", "pretty": true }
{ "ok": true, "establishment": [ { "id": 1024, "created": 1731347778689, "updated": 1731347778689, "name": "Establishment A", "street": "3895 Example Lane", "city": "San Antonio", "state": "TX", "zip": "31667", "industry_description": "Manufacturer of service equipment" } ] }