cURL
curl --request GET \ --url https://api.particle.pro/v1/companies/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "identifiers": { "cik": "<string>", "domain": "<string>", "entity_id": "<string>", "entity_slug": "<string>", "qid": "<string>", "ticker": "<string>" }, "updated_at": "2023-11-07T05:31:56Z" }
Returns a single company by slug (e.g., ‘apple’), domain (e.g., ‘apple.com’), or ID.
Pass your API key in the X-API-Key header (recommended).
Company slug (e.g., 'apple', 'tesla'), domain (e.g., 'apple.com'), or ID
OK
Unique identifier
Company name
Company description
External identifiers
Show child attributes
Last updated timestamp