Documentation Index
Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint allows you to retrieve the details of a company from Cometly.
Path Parameters
The unique identifier of the company to retrieve
Response
Success Response
Returns the company object directly (not wrapped in a data property).
The unique identifier of the company
The domain associated with this company
Error Response
Error description explaining what went wrong
Example Requests
curl https://app.cometly.com/public-api/v1/companies/12345 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" \
-H "Content-Type: application/json"
Status Codes
| Status Code | Description |
|---|
| 200 | Company successfully retrieved |
| 401 | Missing or invalid API key |
| 403 | API key doesn’t have permission or subscription is inactive |
| 404 | Company not found |
| 422 | Invalid company ID provided |
| 429 | Too many requests - rate limit exceeded. See Rate Limiting |
Notes
- Rate Limit: This endpoint has a limit of 30 requests per minute per Space. See Rate Limiting for details.