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.storeindexer.com/companies/{company_id} \ --header 'x-api-key: <api-key>'
{ "company_id": "<string>", "name": "<string>", "domain": "<string>", "parent_company_id": "<string>" }
Get a single company by its ID.
Successful Response