Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/v2/policies/companies
{ "companies": [ { "id": "<string>", "name": "<string>" } ], "count": 123 }
Retrieve a list of companies.
Company name to filter by
Number of results to skip
Maximum number of results to return
Successfully retrieved companies
Show child attributes
Total number of companies available