List companies
Lists the workspace's companies, newest first. Requires the `companies:read` scope (`contacts:read` is also accepted for keys issued before it existed).
Authorization
bearerAuth Workspace API key, e.g. rl_live_….
In: header
Query Parameters
value <= 20050Offset cursor from next_cursor.
Filter by name or website substring.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/public/companies"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "website": "string", "industry": "string", "notes": "string", "externalId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "has_more": true, "next_cursor": "string"}{ "error": "string"}List a company's contacts GET
Contacts linked to the company, most recently active first. Returns full contact records, so it requires `contacts:read` in addition to `companies:read` (`contacts:read` alone is also accepted for keys issued before the companies scopes existed).
Update a company PATCH
Updates a company's details. Only the provided fields are changed. Requires the `companies:write` scope (`contacts:write` is also accepted for keys issued before it existed).