Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Rate limit exceeded
Internal Server Error
curl -i -X GET \ 'https://api.cloud.hypatos.ai/v2/companies/{id}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "name": "Companies Name Inc.",
- "id": "63e6663823b4c1f5287398bb",
- "active": true,
- "createdAt": "1990-12-31T15:46:19.384990Z"
}
Note: For now pagination is not implemented
Successful Response
Validation Error
Rate limit exceeded
curl -i -X GET \ https://api.cloud.hypatos.ai/v2/companies \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "name": "Companies Name Inc.",
- "id": "63e6663823b4c1f5287398bb",
- "active": true,
- "createdAt": "1990-12-31T15:46:19.384990Z"
}
], - "limit": 20,
- "offset": 0,
- "totalCount": 1000
}