Documentation Index
Fetch the complete documentation index at: https://guide.rolodexcrm.com/llms.txt
Use this file to discover all available pages before exploring further.
PUTa company
PUT /user-api/v1/companies/:id
Path Parameters
Company ID
Headers
| Header | Value |
|---|---|
Content-Type | application/json |
x-rolodex-api-key | f1e2d3c4b5a697... |
Query Parameters
Related data to include:
custom_fields, tags, lists, contactsEndpoint Example
PUT /user-api/v1/companies/company_67890?include=tags,custom_fields
Relationship fields (tags, lists, contacts, custom_fields) are replaced entirely with the provided values. To add to existing relationships, include all current values plus new ones.