Companies

List companies

Returns the companies whose people attend the authenticated user's meetings, with optional tag filters.

GET
/companies

Query Parameters

cursor?string

Cursor for the next page. Omit for the first page (RFC 8288).

tagIds?array<>

Filter companies to those with meetings that have these tag IDs.

Response Body

application/json

application/json

curl -X GET "https://example.com/companies"
[  {    "name": "Initech",    "avatarUrl": "https://logo.clearbit.com/initech.com",    "domain": "initech.com"  }]
{  "code": "string",  "error": "string",  "issues": [    {      "message": "string",      "path": "string"    }  ]}