BUSINESS · CRM & SUPPORT
People, companies, deals, and tasks in the CRM that person connected.
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.
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.
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.
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_idWRITEdelete attachment via DELETE /api/attachments/{id}
centralstationcrm_delete_api_avatars_by_idWRITEdelete avatar via DELETE /api/avatars/{id}
centralstationcrm_delete_api_cal_events_by_cal_event_id_cal_event_attendees_by_idWRITEDestroy a cal event attendee for a calendar event via DELETE /api/cal_events/{cal_event_id}/cal_event_attendees/{id}
centralstationcrm_delete_api_cal_events_by_idWRITEDestroy a cal event via DELETE /api/cal_events/{id}
centralstationcrm_delete_api_comments_by_idWRITEDestroy a comment via DELETE /api/comments/{id}
centralstationcrm_delete_api_companies_by_company_id_addrs_by_idWRITEDestroy a addrs for a company via DELETE /api/companies/{company_id}/addrs/{id}
centralstationcrm_delete_api_companies_by_company_id_avatars_by_idWRITEdelete avatar for a company via DELETE /api/companies/{company_id}/avatars/{id}
centralstationcrm_delete_api_companies_by_company_id_contact_details_by_idWRITEDestroy a contact_detail for a company (ContactDetails) via DELETE /api/companies/{company_id}/contact_details/{id}
centralstationcrm_delete_api_companies_by_idWRITEDestroy a company via DELETE /api/companies/{id}
centralstationcrm_delete_api_custom_fields_types_by_idWRITEDestroy a custom field type via DELETE /api/custom_fields_types/{id}
centralstationcrm_delete_api_deals_by_idWRITEDestroy a deal via DELETE /api/deals/{id}
centralstationcrm_delete_api_external_emails_by_external_email_id_attachments_by_idWRITEdelete attachment for an external email via DELETE /api/external_emails/{external_email_id}/attachments/{id}
centralstationcrm_delete_api_group_calendars_by_idWRITEDestroy a group calendar via DELETE /api/group_calendars/{id}
centralstationcrm_delete_api_hooks_by_idWRITEDestroy a hook via DELETE /api/hooks/{id}
centralstationcrm_delete_api_people_by_idWRITEDestroy a person via DELETE /api/people/{id}
centralstationcrm_delete_api_people_by_person_id_addrs_by_idWRITEDestroy a addrs for a person via DELETE /api/people/{person_id}/addrs/{id}
centralstationcrm_delete_api_people_by_person_id_assis_by_idWRITEDestroy a assi for a person via DELETE /api/people/{person_id}/assis/{id}
centralstationcrm_delete_api_people_by_person_id_avatars_by_idWRITEdelete avatar for a person via DELETE /api/people/{person_id}/avatars/{id}
centralstationcrm_delete_api_people_by_person_id_contact_details_by_idWRITEDestroy a contact_detail for a person (ContactDetails) via DELETE /api/people/{person_id}/contact_details/{id}
centralstationcrm_delete_api_people_by_person_id_custom_fields_by_idWRITEDestroy a custom_field for a person via DELETE /api/people/{person_id}/custom_fields/{id}
centralstationcrm_delete_api_people_by_person_id_historic_events_by_idWRITEDestroy a historic_event for a person via DELETE /api/people/{person_id}/historic_events/{id}
centralstationcrm_delete_api_people_by_person_id_positions_by_idWRITEDestroy a position for a person via DELETE /api/people/{person_id}/positions/{id}
centralstationcrm_delete_api_people_by_person_id_tags_by_idWRITEDestroy a tag for a person via DELETE /api/people/{person_id}/tags/{id}
centralstationcrm_delete_api_projects_by_idWRITEDestroy a project via DELETE /api/projects/{id}
centralstationcrm_delete_api_protocols_by_idWRITEDestroy a protocol via DELETE /api/protocols/{id}
centralstationcrm_delete_api_protocols_by_protocol_id_attachments_by_idWRITEdelete attachment for a protocol via DELETE /api/protocols/{protocol_id}/attachments/{id}
centralstationcrm_delete_api_tasks_by_idWRITEDestroy a task via DELETE /api/tasks/{id}
centralstationcrm_get_api_activitiesREADRetrieves activities for the record (Activity) via GET /api/activities
centralstationcrm_get_api_activities_by_idREADretrieve activity via GET /api/activities/{id}
centralstationcrm_get_api_activities_countREADRetrieves activities count for the record, account or user (Activity) via GET /api/activities/count
centralstationcrm_get_api_attachmentsREADRetrieves all attachments via GET /api/attachments
centralstationcrm_get_api_attachments_by_idREADretrieve attachment via GET /api/attachments/{id}
centralstationcrm_get_api_attachments_countREADRetrieves total amount and total file size (Attachment) via GET /api/attachments/count
centralstationcrm_get_api_attachments_searchREADRetrieves attachments matching the search via GET /api/attachments/search
centralstationcrm_get_api_avatarsREADRetrieves all avatars via GET /api/avatars
centralstationcrm_get_api_avatars_by_idREADretrieve avatar via GET /api/avatars/{id}
centralstationcrm_get_api_avatars_countREADRetrieves total amount and total file size (Avatar) via GET /api/avatars/count
centralstationcrm_get_api_cal_eventsREADRetrieves all cal events of the account via GET /api/cal_events
centralstationcrm_get_api_cal_events_by_cal_event_id_cal_event_attendeesREADRetrieves all cal event attendees for a calendar event via GET /api/cal_events/{cal_event_id}/cal_event_attendees
centralstationcrm_get_api_cal_events_by_cal_event_id_cal_event_attendees_by_idREADRetrieves a cal event attendee for a calendar event via GET /api/cal_events/{cal_event_id}/cal_event_attendees/{id}
centralstationcrm_get_api_cal_events_by_idREADRetrieves a cal event via GET /api/cal_events/{id}
centralstationcrm_get_api_check_connectionREADretrieves the connection status of the api key via GET /api/check_connection
centralstationcrm_get_api_commentsREADRetrieves all comments of the account via GET /api/comments
centralstationcrm_get_api_comments_by_idREADRetrieves a comment via GET /api/comments/{id}
centralstationcrm_get_api_companiesREADRetrieves all companies (Company) via GET /api/companies
centralstationcrm_get_api_companies_by_company_id_addrsREADRetrieves all addrs of the company via GET /api/companies/{company_id}/addrs
centralstationcrm_get_api_companies_by_company_id_addrs_by_idREADRetrieves the addr for a company via GET /api/companies/{company_id}/addrs/{id}
centralstationcrm_get_api_companies_by_company_id_avatarsREADRetrieves all avatars for a company via GET /api/companies/{company_id}/avatars
centralstationcrm_get_api_companies_by_company_id_avatars_by_idREADretrieve avatar for a company via GET /api/companies/{company_id}/avatars/{id}
centralstationcrm_get_api_companies_by_company_id_contact_detailsREADRetrieves all contact_details of the company via GET /api/companies/{company_id}/contact_details
centralstationcrm_get_api_companies_by_company_id_contact_details_by_idREADRetrieves the tel for a company (ContactDetails) via GET /api/companies/{company_id}/contact_details/{id}
centralstationcrm_get_api_companies_by_company_id_external_emailsREADRetrieves all external_emails for a company via GET /api/companies/{company_id}/external_emails
centralstationcrm_get_api_companies_by_company_id_external_emails_countREADRetrieves total amount of external_emails for a company via GET /api/companies/{company_id}/external_emails/count
centralstationcrm_get_api_companies_by_idREADRetrieves a company via GET /api/companies/{id}
centralstationcrm_get_api_companies_countREADRetrieves total amount of companies (Company) via GET /api/companies/count
centralstationcrm_get_api_companies_searchREADRetrieves companies matching the search (Company) via GET /api/companies/search
centralstationcrm_get_api_companies_statsREADRetrieves key information of companies (Company) via GET /api/companies/stats
centralstationcrm_get_api_contact_details_searchREADRetrieves all records matching the contact_details search via GET /api/contact_details/search
centralstationcrm_get_api_custom_fields_typesREADRetrieves all CustomFieldTypes of the account via GET /api/custom_fields_types
centralstationcrm_get_api_custom_fields_types_by_idREADRetrieves a custom field type via GET /api/custom_fields_types/{id}
centralstationcrm_get_api_deal_typesREADRetrieves all deal types of the account via GET /api/deal_types
centralstationcrm_get_api_deal_types_by_idREADRetrieves a deal type with its stages via GET /api/deal_types/{id}
centralstationcrm_get_api_dealsREADRetrieves all deals via GET /api/deals
centralstationcrm_get_api_deals_by_deal_id_external_emailsREADRetrieves all external_emails for a deal via GET /api/deals/{deal_id}/external_emails
centralstationcrm_get_api_deals_by_deal_id_external_emails_countREADRetrieves total amount of external_emails for a deal via GET /api/deals/{deal_id}/external_emails/count
centralstationcrm_get_api_deals_by_deal_id_maildropREADRetrieves the maildrop for a deal via GET /api/deals/{deal_id}/maildrop
centralstationcrm_get_api_deals_by_idREADRetrieves a deal via GET /api/deals/{id}
centralstationcrm_get_api_deals_countREADRetrieves total amount of deals via GET /api/deals/count
centralstationcrm_get_api_deals_searchREADRetrieves deals matching the search via GET /api/deals/search
centralstationcrm_get_api_deals_statsREADRetrieves key information of deals via GET /api/deals/stats
centralstationcrm_get_api_external_emailsREADRetrieves all external_emails via GET /api/external_emails
centralstationcrm_get_api_external_emails_by_external_email_id_attachmentsREADRetrieves all attachments for an external email via GET /api/external_emails/{external_email_id}/attachments
centralstationcrm_get_api_external_emails_by_external_email_id_attachments_by_idREADretrieve attachment for an external email via GET /api/external_emails/{external_email_id}/attachments/{id}
centralstationcrm_get_api_external_emails_by_idREADRetrieves a external_email via GET /api/external_emails/{id}
centralstationcrm_get_api_external_emails_countREADRetrieves total amount of external_emails via GET /api/external_emails/count
centralstationcrm_get_api_filter_groupsREADRetrieves all filter_groups of the account via GET /api/filter_groups
centralstationcrm_get_api_filter_groups_by_idREADRetrieves records matching the filter group via GET /api/filter_groups/{id}
centralstationcrm_get_api_filter_groups_by_id_countREADRetrieves count of filter_groups matching records for a filter group via GET /api/filter_groups/{id}/count
centralstationcrm_get_api_filter_groups_by_id_idsREADRetrieve ids of records matching the filter group via GET /api/filter_groups/{id}/ids
centralstationcrm_get_api_group_calendarsREADRetrieves all group calendars via GET /api/group_calendars
centralstationcrm_get_api_group_calendars_by_idREADRetrieves a group calendar via GET /api/group_calendars/{id}
centralstationcrm_get_api_historic_eventsREADRetrieves all historic_events of the account via GET /api/historic_events
centralstationcrm_get_api_hooksREADRetrieves all hooks of the account via GET /api/hooks
centralstationcrm_get_api_hooks_by_idREADRetrieves a hook via GET /api/hooks/{id}
centralstationcrm_get_api_peopleREADRetrieves all people (Person) via GET /api/people
centralstationcrm_get_api_people_by_idREADRetrieves a person via GET /api/people/{id}
centralstationcrm_get_api_people_by_person_id_addrsREADRetrieves all addrs of the person via GET /api/people/{person_id}/addrs
centralstationcrm_get_api_people_by_person_id_addrs_by_idREADRetrieves the addr for a person via GET /api/people/{person_id}/addrs/{id}
centralstationcrm_get_api_people_by_person_id_assisREADRetrieves all assis of the person via GET /api/people/{person_id}/assis
centralstationcrm_get_api_people_by_person_id_assis_by_idREADRetrieves the assi for a person via GET /api/people/{person_id}/assis/{id}
centralstationcrm_get_api_people_by_person_id_avatarsREADRetrieves all avatars for a person via GET /api/people/{person_id}/avatars
centralstationcrm_get_api_people_by_person_id_avatars_by_idREADretrieve avatar for a person via GET /api/people/{person_id}/avatars/{id}
centralstationcrm_get_api_people_by_person_id_contact_detailsREADRetrieves all contact_details of the person via GET /api/people/{person_id}/contact_details
centralstationcrm_get_api_people_by_person_id_contact_details_by_idREADRetrieves the tel for a person (ContactDetails) via GET /api/people/{person_id}/contact_details/{id}
centralstationcrm_get_api_people_by_person_id_custom_fieldsREADRetrieves all custom_fields of the person via GET /api/people/{person_id}/custom_fields
centralstationcrm_get_api_people_by_person_id_custom_fields_by_idREADRetrieves the custom field for a person via GET /api/people/{person_id}/custom_fields/{id}
centralstationcrm_get_api_people_by_person_id_external_emailsREADRetrieves all external_emails for a person via GET /api/people/{person_id}/external_emails
centralstationcrm_get_api_people_by_person_id_external_emails_countREADRetrieves total amount of external_emails for a person via GET /api/people/{person_id}/external_emails/count
centralstationcrm_get_api_people_by_person_id_historic_eventsREADRetrieves all historic_events of the person via GET /api/people/{person_id}/historic_events
centralstationcrm_get_api_people_by_person_id_historic_events_by_idREADRetrieves the historic_event for a person via GET /api/people/{person_id}/historic_events/{id}
centralstationcrm_get_api_people_by_person_id_positionsREADRetrieves all positions for a person via GET /api/people/{person_id}/positions
centralstationcrm_get_api_people_by_person_id_positions_by_idREADRetrieves a position for a person via GET /api/people/{person_id}/positions/{id}
centralstationcrm_get_api_people_by_person_id_tagsREADRetrieves all tags for a person via GET /api/people/{person_id}/tags
centralstationcrm_get_api_people_by_person_id_tags_by_idREADRetrieves a tag for a person via GET /api/people/{person_id}/tags/{id}
centralstationcrm_get_api_people_countREADRetrieves total amount of people (Person) via GET /api/people/count
centralstationcrm_get_api_people_searchREADRetrieves people matching the search (Person) via GET /api/people/search
centralstationcrm_get_api_people_statsREADRetrieves key information of people (Person) via GET /api/people/stats
centralstationcrm_get_api_projectsREADRetrieves all projects via GET /api/projects
centralstationcrm_get_api_projects_by_idREADRetrieves a project via GET /api/projects/{id}
centralstationcrm_get_api_projects_by_project_id_external_emailsREADRetrieves all external_emails for a project via GET /api/projects/{project_id}/external_emails
centralstationcrm_get_api_projects_by_project_id_external_emails_countREADRetrieves total amount of external_emails for a project via GET /api/projects/{project_id}/external_emails/count
centralstationcrm_get_api_projects_by_project_id_maildropREADRetrieves the maildrop for a project via GET /api/projects/{project_id}/maildrop
centralstationcrm_get_api_projects_countREADRetrieves total amount of projects via GET /api/projects/count
centralstationcrm_get_api_projects_searchREADRetrieves projects matching the search via GET /api/projects/search
centralstationcrm_get_api_projects_statsREADRetrieves key information of projects via GET /api/projects/stats
centralstationcrm_get_api_protocolsREADRetrieves all protocols via GET /api/protocols
centralstationcrm_get_api_protocols_by_idREADRetrieves a protocol via GET /api/protocols/{id}
centralstationcrm_get_api_protocols_by_protocol_id_attachmentsREADRetrieves all attachments for a protocol via GET /api/protocols/{protocol_id}/attachments
centralstationcrm_get_api_protocols_by_protocol_id_attachments_by_idREADretrieve attachment for a protocol via GET /api/protocols/{protocol_id}/attachments/{id}
centralstationcrm_get_api_protocols_countREADRetrieves total amount of protocols via GET /api/protocols/count
centralstationcrm_get_api_searchREADRetrieves search results via GET /api/search
centralstationcrm_get_api_tagsREADRetrieves all tags via GET /api/tags
centralstationcrm_get_api_tags_listREADRetrieves all tags via GET /api/tags/list
centralstationcrm_get_api_tasksREADRetrieves all tasks of the account via GET /api/tasks
centralstationcrm_get_api_tasks_by_idREADRetrieves a task via GET /api/tasks/{id}
centralstationcrm_get_api_userREADRetrieve the current API user details via GET /api/user
centralstationcrm_get_api_user_maildropREADRetrieve the current API user maildrop for people and companies via GET /api/user/maildrop
centralstationcrm_get_api_usersREADRetrieves all users of the account via GET /api/users
centralstationcrm_get_api_users_by_idREADRetrieves a user via GET /api/users/{id}
centralstationcrm_get_api_users_searchREADRetrieves users matching the search via GET /api/users/search
centralstationcrm_post_api_attachmentsWRITEcreate attachment via POST /api/attachments
centralstationcrm_post_api_cal_eventsWRITECreates a cal event via POST /api/cal_events
centralstationcrm_post_api_cal_events_by_cal_event_id_cal_event_attendeesWRITECreates a cal event attendee for a calendar event via POST /api/cal_events/{cal_event_id}/cal_event_attendees
centralstationcrm_post_api_commentsWRITECreates a comment via POST /api/comments
centralstationcrm_post_api_companiesWRITECreates a basic company via POST /api/companies
centralstationcrm_post_api_companies_by_company_id_addrsWRITECreates a basic Addr for a company via POST /api/companies/{company_id}/addrs
centralstationcrm_post_api_companies_by_company_id_avatarsWRITEcreate avatar for a company via POST /api/companies/{company_id}/avatars
centralstationcrm_post_api_companies_by_company_id_contact_detailsWRITECreates a basic tel for a company (ContactDetails) via POST /api/companies/{company_id}/contact_details
centralstationcrm_post_api_companies_by_id_mergeWRITEmerge another company via POST /api/companies/{id}/merge
centralstationcrm_post_api_custom_fields_typesWRITECreates a custom field type via POST /api/custom_fields_types
centralstationcrm_post_api_dealsWRITECreates a basic deal via POST /api/deals
centralstationcrm_post_api_external_emails_by_external_email_id_attachmentsWRITEcreate attachment for an external email via POST /api/external_emails/{external_email_id}/attachments
centralstationcrm_post_api_group_calendarsWRITECreates a group calendar via POST /api/group_calendars
centralstationcrm_post_api_hooksWRITECreates a hook via POST /api/hooks
centralstationcrm_post_api_peopleWRITEcreates a person via POST /api/people
centralstationcrm_post_api_people_by_id_mergeWRITEmerge another person via POST /api/people/{id}/merge
centralstationcrm_post_api_people_by_person_id_addrsWRITECreates a basic Addr for a person via POST /api/people/{person_id}/addrs
centralstationcrm_post_api_people_by_person_id_assisWRITECreates an assi of the person via POST /api/people/{person_id}/assis
centralstationcrm_post_api_people_by_person_id_avatarsWRITEcreate avatar for a person via POST /api/people/{person_id}/avatars
centralstationcrm_post_api_people_by_person_id_contact_detailsWRITECreates a basic tel for a person (ContactDetails) via POST /api/people/{person_id}/contact_details
centralstationcrm_post_api_people_by_person_id_custom_fieldsWRITECreates a basic custom field for a person via POST /api/people/{person_id}/custom_fields
centralstationcrm_post_api_people_by_person_id_historic_eventsWRITECreates a basic historic_event for a person via POST /api/people/{person_id}/historic_events
centralstationcrm_post_api_people_by_person_id_positionsWRITECreates a basic position for a person via POST /api/people/{person_id}/positions
centralstationcrm_post_api_people_by_person_id_tagsWRITECreates a basic tag for a person via POST /api/people/{person_id}/tags
centralstationcrm_post_api_projectsWRITECreates a basic project via POST /api/projects
centralstationcrm_post_api_protocolsWRITECreates a protocol via POST /api/protocols
centralstationcrm_post_api_protocols_by_protocol_id_attachmentsWRITEcreate attachment for a protocol via POST /api/protocols/{protocol_id}/attachments
centralstationcrm_post_api_tagsWRITECreates a basic tag via POST /api/tags
centralstationcrm_post_api_tasksWRITECreates a task via POST /api/tasks
centralstationcrm_put_api_cal_events_by_cal_event_id_cal_event_attendees_by_idWRITEUpdate a cal event attendee for a calendar event via PUT /api/cal_events/{cal_event_id}/cal_event_attendees/{id}
centralstationcrm_put_api_cal_events_by_idWRITEUpdate a cal event via PUT /api/cal_events/{id}
centralstationcrm_put_api_comments_by_idWRITEUpdate a comment via PUT /api/comments/{id}
centralstationcrm_put_api_companies_by_company_id_addrs_by_idWRITEUpdate a addr for a company via PUT /api/companies/{company_id}/addrs/{id}
centralstationcrm_put_api_companies_by_company_id_contact_details_by_idWRITEUpdate a contact_detail for a company (ContactDetails) via PUT /api/companies/{company_id}/contact_details/{id}
centralstationcrm_put_api_companies_by_idWRITEUpdate a company via PUT /api/companies/{id}
centralstationcrm_put_api_custom_fields_types_by_idWRITEUpdate a custom field type via PUT /api/custom_fields_types/{id}
centralstationcrm_put_api_deals_by_idWRITEUpdate a deal via PUT /api/deals/{id}
centralstationcrm_put_api_group_calendars_by_idWRITEUpdate a group calendar via PUT /api/group_calendars/{id}
centralstationcrm_put_api_people_by_idWRITEUpdate a person via PUT /api/people/{id}
centralstationcrm_put_api_people_by_person_id_addrs_by_idWRITEUpdate a addr for a person via PUT /api/people/{person_id}/addrs/{id}
centralstationcrm_put_api_people_by_person_id_assis_by_idWRITEUpdate a assi for a person via PUT /api/people/{person_id}/assis/{id}
centralstationcrm_put_api_people_by_person_id_contact_details_by_idWRITEUpdate a contact_detail for a person (ContactDetails) via PUT /api/people/{person_id}/contact_details/{id}
centralstationcrm_put_api_people_by_person_id_custom_fields_by_idWRITEUpdate a custom_field for a person via PUT /api/people/{person_id}/custom_fields/{id}
centralstationcrm_put_api_people_by_person_id_historic_events_by_idWRITEUpdate a historic_event for a person via PUT /api/people/{person_id}/historic_events/{id}
centralstationcrm_put_api_people_by_person_id_positions_by_idWRITEUpdate a position for a person via PUT /api/people/{person_id}/positions/{id}
centralstationcrm_put_api_people_by_person_id_tags_by_idWRITEUpdate a tag for a person via PUT /api/people/{person_id}/tags/{id}
centralstationcrm_put_api_projects_by_idWRITEUpdate a project via PUT /api/projects/{id}
centralstationcrm_put_api_protocols_by_idWRITEUpdate a protocol via PUT /api/protocols/{id}
centralstationcrm_put_api_tasks_by_idWRITEUpdate a task via PUT /api/tasks/{id}
Put CentralStationCRM behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.