All integrations

CentralStationCRM

BUSINESS · CRM & SUPPORT

People, companies, deals, and tasks in the CRM that person connected.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

centralstationcrm_delete_api_attachments_by_idWRITE

delete attachment via DELETE /api/attachments/{id}

api
centralstationcrm_delete_api_avatars_by_idWRITE

delete avatar via DELETE /api/avatars/{id}

api
centralstationcrm_delete_api_cal_events_by_cal_event_id_cal_event_attendees_by_idWRITE

Destroy a cal event attendee for a calendar event via DELETE /api/cal_events/{cal_event_id}/cal_event_attendees/{id}

api
centralstationcrm_delete_api_cal_events_by_idWRITE

Destroy a cal event via DELETE /api/cal_events/{id}

api
centralstationcrm_delete_api_comments_by_idWRITE

Destroy a comment via DELETE /api/comments/{id}

api
centralstationcrm_delete_api_companies_by_company_id_addrs_by_idWRITE

Destroy a addrs for a company via DELETE /api/companies/{company_id}/addrs/{id}

api
centralstationcrm_delete_api_companies_by_company_id_avatars_by_idWRITE

delete avatar for a company via DELETE /api/companies/{company_id}/avatars/{id}

api
centralstationcrm_delete_api_companies_by_company_id_contact_details_by_idWRITE

Destroy a contact_detail for a company (ContactDetails) via DELETE /api/companies/{company_id}/contact_details/{id}

api
centralstationcrm_delete_api_companies_by_idWRITE

Destroy a company via DELETE /api/companies/{id}

api
centralstationcrm_delete_api_custom_fields_types_by_idWRITE

Destroy a custom field type via DELETE /api/custom_fields_types/{id}

api
centralstationcrm_delete_api_deals_by_idWRITE

Destroy a deal via DELETE /api/deals/{id}

api
centralstationcrm_delete_api_external_emails_by_external_email_id_attachments_by_idWRITE

delete attachment for an external email via DELETE /api/external_emails/{external_email_id}/attachments/{id}

api
centralstationcrm_delete_api_group_calendars_by_idWRITE

Destroy a group calendar via DELETE /api/group_calendars/{id}

api
centralstationcrm_delete_api_hooks_by_idWRITE

Destroy a hook via DELETE /api/hooks/{id}

api
centralstationcrm_delete_api_people_by_idWRITE

Destroy a person via DELETE /api/people/{id}

api
centralstationcrm_delete_api_people_by_person_id_addrs_by_idWRITE

Destroy a addrs for a person via DELETE /api/people/{person_id}/addrs/{id}

api
centralstationcrm_delete_api_people_by_person_id_assis_by_idWRITE

Destroy a assi for a person via DELETE /api/people/{person_id}/assis/{id}

api
centralstationcrm_delete_api_people_by_person_id_avatars_by_idWRITE

delete avatar for a person via DELETE /api/people/{person_id}/avatars/{id}

api
centralstationcrm_delete_api_people_by_person_id_contact_details_by_idWRITE

Destroy a contact_detail for a person (ContactDetails) via DELETE /api/people/{person_id}/contact_details/{id}

api
centralstationcrm_delete_api_people_by_person_id_custom_fields_by_idWRITE

Destroy a custom_field for a person via DELETE /api/people/{person_id}/custom_fields/{id}

api
centralstationcrm_delete_api_people_by_person_id_historic_events_by_idWRITE

Destroy a historic_event for a person via DELETE /api/people/{person_id}/historic_events/{id}

api
centralstationcrm_delete_api_people_by_person_id_positions_by_idWRITE

Destroy a position for a person via DELETE /api/people/{person_id}/positions/{id}

api
centralstationcrm_delete_api_people_by_person_id_tags_by_idWRITE

Destroy a tag for a person via DELETE /api/people/{person_id}/tags/{id}

api
centralstationcrm_delete_api_projects_by_idWRITE

Destroy a project via DELETE /api/projects/{id}

api
centralstationcrm_delete_api_protocols_by_idWRITE

Destroy a protocol via DELETE /api/protocols/{id}

api
centralstationcrm_delete_api_protocols_by_protocol_id_attachments_by_idWRITE

delete attachment for a protocol via DELETE /api/protocols/{protocol_id}/attachments/{id}

api
centralstationcrm_delete_api_tasks_by_idWRITE

Destroy a task via DELETE /api/tasks/{id}

api
centralstationcrm_get_api_activitiesREAD

Retrieves activities for the record (Activity) via GET /api/activities

api
centralstationcrm_get_api_activities_by_idREAD

retrieve activity via GET /api/activities/{id}

api
centralstationcrm_get_api_activities_countREAD

Retrieves activities count for the record, account or user (Activity) via GET /api/activities/count

api
centralstationcrm_get_api_attachmentsREAD

Retrieves all attachments via GET /api/attachments

api
centralstationcrm_get_api_attachments_by_idREAD

retrieve attachment via GET /api/attachments/{id}

api
centralstationcrm_get_api_attachments_countREAD

Retrieves total amount and total file size (Attachment) via GET /api/attachments/count

api
centralstationcrm_get_api_attachments_searchREAD

Retrieves attachments matching the search via GET /api/attachments/search

api
centralstationcrm_get_api_avatarsREAD

Retrieves all avatars via GET /api/avatars

api
centralstationcrm_get_api_avatars_by_idREAD

retrieve avatar via GET /api/avatars/{id}

api
centralstationcrm_get_api_avatars_countREAD

Retrieves total amount and total file size (Avatar) via GET /api/avatars/count

api
centralstationcrm_get_api_cal_eventsREAD

Retrieves all cal events of the account via GET /api/cal_events

api
centralstationcrm_get_api_cal_events_by_cal_event_id_cal_event_attendeesREAD

Retrieves all cal event attendees for a calendar event via GET /api/cal_events/{cal_event_id}/cal_event_attendees

api
centralstationcrm_get_api_cal_events_by_cal_event_id_cal_event_attendees_by_idREAD

Retrieves a cal event attendee for a calendar event via GET /api/cal_events/{cal_event_id}/cal_event_attendees/{id}

api
centralstationcrm_get_api_cal_events_by_idREAD

Retrieves a cal event via GET /api/cal_events/{id}

api
centralstationcrm_get_api_check_connectionREAD

retrieves the connection status of the api key via GET /api/check_connection

api
centralstationcrm_get_api_commentsREAD

Retrieves all comments of the account via GET /api/comments

api
centralstationcrm_get_api_comments_by_idREAD

Retrieves a comment via GET /api/comments/{id}

api
centralstationcrm_get_api_companiesREAD

Retrieves all companies (Company) via GET /api/companies

api
centralstationcrm_get_api_companies_by_company_id_addrsREAD

Retrieves all addrs of the company via GET /api/companies/{company_id}/addrs

api
centralstationcrm_get_api_companies_by_company_id_addrs_by_idREAD

Retrieves the addr for a company via GET /api/companies/{company_id}/addrs/{id}

api
centralstationcrm_get_api_companies_by_company_id_avatarsREAD

Retrieves all avatars for a company via GET /api/companies/{company_id}/avatars

api
centralstationcrm_get_api_companies_by_company_id_avatars_by_idREAD

retrieve avatar for a company via GET /api/companies/{company_id}/avatars/{id}

api
centralstationcrm_get_api_companies_by_company_id_contact_detailsREAD

Retrieves all contact_details of the company via GET /api/companies/{company_id}/contact_details

api
centralstationcrm_get_api_companies_by_company_id_contact_details_by_idREAD

Retrieves the tel for a company (ContactDetails) via GET /api/companies/{company_id}/contact_details/{id}

api
centralstationcrm_get_api_companies_by_company_id_external_emailsREAD

Retrieves all external_emails for a company via GET /api/companies/{company_id}/external_emails

api
centralstationcrm_get_api_companies_by_company_id_external_emails_countREAD

Retrieves total amount of external_emails for a company via GET /api/companies/{company_id}/external_emails/count

api
centralstationcrm_get_api_companies_by_idREAD

Retrieves a company via GET /api/companies/{id}

api
centralstationcrm_get_api_companies_countREAD

Retrieves total amount of companies (Company) via GET /api/companies/count

api
centralstationcrm_get_api_companies_searchREAD

Retrieves companies matching the search (Company) via GET /api/companies/search

api
centralstationcrm_get_api_companies_statsREAD

Retrieves key information of companies (Company) via GET /api/companies/stats

api
centralstationcrm_get_api_contact_details_searchREAD

Retrieves all records matching the contact_details search via GET /api/contact_details/search

api
centralstationcrm_get_api_custom_fields_typesREAD

Retrieves all CustomFieldTypes of the account via GET /api/custom_fields_types

api
centralstationcrm_get_api_custom_fields_types_by_idREAD

Retrieves a custom field type via GET /api/custom_fields_types/{id}

api
centralstationcrm_get_api_deal_typesREAD

Retrieves all deal types of the account via GET /api/deal_types

api
centralstationcrm_get_api_deal_types_by_idREAD

Retrieves a deal type with its stages via GET /api/deal_types/{id}

api
centralstationcrm_get_api_dealsREAD

Retrieves all deals via GET /api/deals

api
centralstationcrm_get_api_deals_by_deal_id_external_emailsREAD

Retrieves all external_emails for a deal via GET /api/deals/{deal_id}/external_emails

api
centralstationcrm_get_api_deals_by_deal_id_external_emails_countREAD

Retrieves total amount of external_emails for a deal via GET /api/deals/{deal_id}/external_emails/count

api
centralstationcrm_get_api_deals_by_deal_id_maildropREAD

Retrieves the maildrop for a deal via GET /api/deals/{deal_id}/maildrop

api
centralstationcrm_get_api_deals_by_idREAD

Retrieves a deal via GET /api/deals/{id}

api
centralstationcrm_get_api_deals_countREAD

Retrieves total amount of deals via GET /api/deals/count

api
centralstationcrm_get_api_deals_searchREAD

Retrieves deals matching the search via GET /api/deals/search

api
centralstationcrm_get_api_deals_statsREAD

Retrieves key information of deals via GET /api/deals/stats

api
centralstationcrm_get_api_external_emailsREAD

Retrieves all external_emails via GET /api/external_emails

api
centralstationcrm_get_api_external_emails_by_external_email_id_attachmentsREAD

Retrieves all attachments for an external email via GET /api/external_emails/{external_email_id}/attachments

api
centralstationcrm_get_api_external_emails_by_external_email_id_attachments_by_idREAD

retrieve attachment for an external email via GET /api/external_emails/{external_email_id}/attachments/{id}

api
centralstationcrm_get_api_external_emails_by_idREAD

Retrieves a external_email via GET /api/external_emails/{id}

api
centralstationcrm_get_api_external_emails_countREAD

Retrieves total amount of external_emails via GET /api/external_emails/count

api
centralstationcrm_get_api_filter_groupsREAD

Retrieves all filter_groups of the account via GET /api/filter_groups

api
centralstationcrm_get_api_filter_groups_by_idREAD

Retrieves records matching the filter group via GET /api/filter_groups/{id}

api
centralstationcrm_get_api_filter_groups_by_id_countREAD

Retrieves count of filter_groups matching records for a filter group via GET /api/filter_groups/{id}/count

api
centralstationcrm_get_api_filter_groups_by_id_idsREAD

Retrieve ids of records matching the filter group via GET /api/filter_groups/{id}/ids

api
centralstationcrm_get_api_group_calendarsREAD

Retrieves all group calendars via GET /api/group_calendars

api
centralstationcrm_get_api_group_calendars_by_idREAD

Retrieves a group calendar via GET /api/group_calendars/{id}

api
centralstationcrm_get_api_historic_eventsREAD

Retrieves all historic_events of the account via GET /api/historic_events

api
centralstationcrm_get_api_hooksREAD

Retrieves all hooks of the account via GET /api/hooks

api
centralstationcrm_get_api_hooks_by_idREAD

Retrieves a hook via GET /api/hooks/{id}

api
centralstationcrm_get_api_peopleREAD

Retrieves all people (Person) via GET /api/people

api
centralstationcrm_get_api_people_by_idREAD

Retrieves a person via GET /api/people/{id}

api
centralstationcrm_get_api_people_by_person_id_addrsREAD

Retrieves all addrs of the person via GET /api/people/{person_id}/addrs

api
centralstationcrm_get_api_people_by_person_id_addrs_by_idREAD

Retrieves the addr for a person via GET /api/people/{person_id}/addrs/{id}

api
centralstationcrm_get_api_people_by_person_id_assisREAD

Retrieves all assis of the person via GET /api/people/{person_id}/assis

api
centralstationcrm_get_api_people_by_person_id_assis_by_idREAD

Retrieves the assi for a person via GET /api/people/{person_id}/assis/{id}

api
centralstationcrm_get_api_people_by_person_id_avatarsREAD

Retrieves all avatars for a person via GET /api/people/{person_id}/avatars

api
centralstationcrm_get_api_people_by_person_id_avatars_by_idREAD

retrieve avatar for a person via GET /api/people/{person_id}/avatars/{id}

api
centralstationcrm_get_api_people_by_person_id_contact_detailsREAD

Retrieves all contact_details of the person via GET /api/people/{person_id}/contact_details

api
centralstationcrm_get_api_people_by_person_id_contact_details_by_idREAD

Retrieves the tel for a person (ContactDetails) via GET /api/people/{person_id}/contact_details/{id}

api
centralstationcrm_get_api_people_by_person_id_custom_fieldsREAD

Retrieves all custom_fields of the person via GET /api/people/{person_id}/custom_fields

api
centralstationcrm_get_api_people_by_person_id_custom_fields_by_idREAD

Retrieves the custom field for a person via GET /api/people/{person_id}/custom_fields/{id}

api
centralstationcrm_get_api_people_by_person_id_external_emailsREAD

Retrieves all external_emails for a person via GET /api/people/{person_id}/external_emails

api
centralstationcrm_get_api_people_by_person_id_external_emails_countREAD

Retrieves total amount of external_emails for a person via GET /api/people/{person_id}/external_emails/count

api
centralstationcrm_get_api_people_by_person_id_historic_eventsREAD

Retrieves all historic_events of the person via GET /api/people/{person_id}/historic_events

api
centralstationcrm_get_api_people_by_person_id_historic_events_by_idREAD

Retrieves the historic_event for a person via GET /api/people/{person_id}/historic_events/{id}

api
centralstationcrm_get_api_people_by_person_id_positionsREAD

Retrieves all positions for a person via GET /api/people/{person_id}/positions

api
centralstationcrm_get_api_people_by_person_id_positions_by_idREAD

Retrieves a position for a person via GET /api/people/{person_id}/positions/{id}

api
centralstationcrm_get_api_people_by_person_id_tagsREAD

Retrieves all tags for a person via GET /api/people/{person_id}/tags

api
centralstationcrm_get_api_people_by_person_id_tags_by_idREAD

Retrieves a tag for a person via GET /api/people/{person_id}/tags/{id}

api
centralstationcrm_get_api_people_countREAD

Retrieves total amount of people (Person) via GET /api/people/count

api
centralstationcrm_get_api_people_searchREAD

Retrieves people matching the search (Person) via GET /api/people/search

api
centralstationcrm_get_api_people_statsREAD

Retrieves key information of people (Person) via GET /api/people/stats

api
centralstationcrm_get_api_projectsREAD

Retrieves all projects via GET /api/projects

api
centralstationcrm_get_api_projects_by_idREAD

Retrieves a project via GET /api/projects/{id}

api
centralstationcrm_get_api_projects_by_project_id_external_emailsREAD

Retrieves all external_emails for a project via GET /api/projects/{project_id}/external_emails

api
centralstationcrm_get_api_projects_by_project_id_external_emails_countREAD

Retrieves total amount of external_emails for a project via GET /api/projects/{project_id}/external_emails/count

api
centralstationcrm_get_api_projects_by_project_id_maildropREAD

Retrieves the maildrop for a project via GET /api/projects/{project_id}/maildrop

api
centralstationcrm_get_api_projects_countREAD

Retrieves total amount of projects via GET /api/projects/count

api
centralstationcrm_get_api_projects_searchREAD

Retrieves projects matching the search via GET /api/projects/search

api
centralstationcrm_get_api_projects_statsREAD

Retrieves key information of projects via GET /api/projects/stats

api
centralstationcrm_get_api_protocolsREAD

Retrieves all protocols via GET /api/protocols

api
centralstationcrm_get_api_protocols_by_idREAD

Retrieves a protocol via GET /api/protocols/{id}

api
centralstationcrm_get_api_protocols_by_protocol_id_attachmentsREAD

Retrieves all attachments for a protocol via GET /api/protocols/{protocol_id}/attachments

api
centralstationcrm_get_api_protocols_by_protocol_id_attachments_by_idREAD

retrieve attachment for a protocol via GET /api/protocols/{protocol_id}/attachments/{id}

api
centralstationcrm_get_api_protocols_countREAD

Retrieves total amount of protocols via GET /api/protocols/count

api
centralstationcrm_get_api_searchREAD

Retrieves search results via GET /api/search

api
centralstationcrm_get_api_tagsREAD

Retrieves all tags via GET /api/tags

api
centralstationcrm_get_api_tags_listREAD

Retrieves all tags via GET /api/tags/list

api
centralstationcrm_get_api_tasksREAD

Retrieves all tasks of the account via GET /api/tasks

api
centralstationcrm_get_api_tasks_by_idREAD

Retrieves a task via GET /api/tasks/{id}

api
centralstationcrm_get_api_userREAD

Retrieve the current API user details via GET /api/user

api
centralstationcrm_get_api_user_maildropREAD

Retrieve the current API user maildrop for people and companies via GET /api/user/maildrop

api
centralstationcrm_get_api_usersREAD

Retrieves all users of the account via GET /api/users

api
centralstationcrm_get_api_users_by_idREAD

Retrieves a user via GET /api/users/{id}

api
centralstationcrm_get_api_users_searchREAD

Retrieves users matching the search via GET /api/users/search

api
centralstationcrm_post_api_attachmentsWRITE

create attachment via POST /api/attachments

api
centralstationcrm_post_api_cal_eventsWRITE

Creates a cal event via POST /api/cal_events

api
centralstationcrm_post_api_cal_events_by_cal_event_id_cal_event_attendeesWRITE

Creates a cal event attendee for a calendar event via POST /api/cal_events/{cal_event_id}/cal_event_attendees

api
centralstationcrm_post_api_commentsWRITE

Creates a comment via POST /api/comments

api
centralstationcrm_post_api_companiesWRITE

Creates a basic company via POST /api/companies

api
centralstationcrm_post_api_companies_by_company_id_addrsWRITE

Creates a basic Addr for a company via POST /api/companies/{company_id}/addrs

api
centralstationcrm_post_api_companies_by_company_id_avatarsWRITE

create avatar for a company via POST /api/companies/{company_id}/avatars

api
centralstationcrm_post_api_companies_by_company_id_contact_detailsWRITE

Creates a basic tel for a company (ContactDetails) via POST /api/companies/{company_id}/contact_details

api
centralstationcrm_post_api_companies_by_id_mergeWRITE

merge another company via POST /api/companies/{id}/merge

api
centralstationcrm_post_api_custom_fields_typesWRITE

Creates a custom field type via POST /api/custom_fields_types

api
centralstationcrm_post_api_dealsWRITE

Creates a basic deal via POST /api/deals

api
centralstationcrm_post_api_external_emails_by_external_email_id_attachmentsWRITE

create attachment for an external email via POST /api/external_emails/{external_email_id}/attachments

api
centralstationcrm_post_api_group_calendarsWRITE

Creates a group calendar via POST /api/group_calendars

api
centralstationcrm_post_api_hooksWRITE

Creates a hook via POST /api/hooks

api
centralstationcrm_post_api_peopleWRITE

creates a person via POST /api/people

api
centralstationcrm_post_api_people_by_id_mergeWRITE

merge another person via POST /api/people/{id}/merge

api
centralstationcrm_post_api_people_by_person_id_addrsWRITE

Creates a basic Addr for a person via POST /api/people/{person_id}/addrs

api
centralstationcrm_post_api_people_by_person_id_assisWRITE

Creates an assi of the person via POST /api/people/{person_id}/assis

api
centralstationcrm_post_api_people_by_person_id_avatarsWRITE

create avatar for a person via POST /api/people/{person_id}/avatars

api
centralstationcrm_post_api_people_by_person_id_contact_detailsWRITE

Creates a basic tel for a person (ContactDetails) via POST /api/people/{person_id}/contact_details

api
centralstationcrm_post_api_people_by_person_id_custom_fieldsWRITE

Creates a basic custom field for a person via POST /api/people/{person_id}/custom_fields

api
centralstationcrm_post_api_people_by_person_id_historic_eventsWRITE

Creates a basic historic_event for a person via POST /api/people/{person_id}/historic_events

api
centralstationcrm_post_api_people_by_person_id_positionsWRITE

Creates a basic position for a person via POST /api/people/{person_id}/positions

api
centralstationcrm_post_api_people_by_person_id_tagsWRITE

Creates a basic tag for a person via POST /api/people/{person_id}/tags

api
centralstationcrm_post_api_projectsWRITE

Creates a basic project via POST /api/projects

api
centralstationcrm_post_api_protocolsWRITE

Creates a protocol via POST /api/protocols

api
centralstationcrm_post_api_protocols_by_protocol_id_attachmentsWRITE

create attachment for a protocol via POST /api/protocols/{protocol_id}/attachments

api
centralstationcrm_post_api_tagsWRITE

Creates a basic tag via POST /api/tags

api
centralstationcrm_post_api_tasksWRITE

Creates a task via POST /api/tasks

api
centralstationcrm_put_api_cal_events_by_cal_event_id_cal_event_attendees_by_idWRITE

Update a cal event attendee for a calendar event via PUT /api/cal_events/{cal_event_id}/cal_event_attendees/{id}

api
centralstationcrm_put_api_cal_events_by_idWRITE

Update a cal event via PUT /api/cal_events/{id}

api
centralstationcrm_put_api_comments_by_idWRITE

Update a comment via PUT /api/comments/{id}

api
centralstationcrm_put_api_companies_by_company_id_addrs_by_idWRITE

Update a addr for a company via PUT /api/companies/{company_id}/addrs/{id}

api
centralstationcrm_put_api_companies_by_company_id_contact_details_by_idWRITE

Update a contact_detail for a company (ContactDetails) via PUT /api/companies/{company_id}/contact_details/{id}

api
centralstationcrm_put_api_companies_by_idWRITE

Update a company via PUT /api/companies/{id}

api
centralstationcrm_put_api_custom_fields_types_by_idWRITE

Update a custom field type via PUT /api/custom_fields_types/{id}

api
centralstationcrm_put_api_deals_by_idWRITE

Update a deal via PUT /api/deals/{id}

api
centralstationcrm_put_api_group_calendars_by_idWRITE

Update a group calendar via PUT /api/group_calendars/{id}

api
centralstationcrm_put_api_people_by_idWRITE

Update a person via PUT /api/people/{id}

api
centralstationcrm_put_api_people_by_person_id_addrs_by_idWRITE

Update a addr for a person via PUT /api/people/{person_id}/addrs/{id}

api
centralstationcrm_put_api_people_by_person_id_assis_by_idWRITE

Update a assi for a person via PUT /api/people/{person_id}/assis/{id}

api
centralstationcrm_put_api_people_by_person_id_contact_details_by_idWRITE

Update a contact_detail for a person (ContactDetails) via PUT /api/people/{person_id}/contact_details/{id}

api
centralstationcrm_put_api_people_by_person_id_custom_fields_by_idWRITE

Update a custom_field for a person via PUT /api/people/{person_id}/custom_fields/{id}

api
centralstationcrm_put_api_people_by_person_id_historic_events_by_idWRITE

Update a historic_event for a person via PUT /api/people/{person_id}/historic_events/{id}

api
centralstationcrm_put_api_people_by_person_id_positions_by_idWRITE

Update a position for a person via PUT /api/people/{person_id}/positions/{id}

api
centralstationcrm_put_api_people_by_person_id_tags_by_idWRITE

Update a tag for a person via PUT /api/people/{person_id}/tags/{id}

api
centralstationcrm_put_api_projects_by_idWRITE

Update a project via PUT /api/projects/{id}

api
centralstationcrm_put_api_protocols_by_idWRITE

Update a protocol via PUT /api/protocols/{id}

api
centralstationcrm_put_api_tasks_by_idWRITE

Update a task via PUT /api/tasks/{id}

api

Put CentralStationCRM behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.