Uncategorized
API version 2.2 deprecation
On April 15th, 2023, we will be deprecating version 2.2 of the Neon CRM API v2. After this date, requests to API v2 that include the header NEON-API-VERSION: 2.2 will receive a HTTP 410 error, indicating that the API version is no longer valid. Learn more about versioning in API v2. If your application currently…
Read MoreEnding Support for TLS 1.0 and 1.1
On March 1, 2021, Neon CRM is ending support for TLS 1.0 and 1.1 in the Neon CRM API to ensure that we are providing our customers and partners with safe and secure protocols. This change is enforced throughout the industry to maintain secure connections that encrypt and protect your sensitive data from malicious breaches.…
Read MoreAPI v2.1 Release Notes
This page details the new features and enhancements in API v2.1, released on September 19, 2020. New Adds new methods for working with memberships Adds new methods for working with orders (a.k.a. “shopping carts”) that include the ability to group multiple donations, memberships, and store purchases in a single order Adds new method for retrieving…
Read MoreAPI v2 Versioning
On September 19, 2020, the NeonCRM API will add versioning to all API v2 endpoints. After this date, requests to API v2 will be able to specify an API version number with each request. No immediate updates are required for apps using the NeonCRM API v2. Requests without a version number will default to the…
Read MoreImportant changes for Trial API users
As part of our scheduled feature release on Saturday, December 15, we will be changing the API endpoint URL for NeonCRM trials. We are no longer supporting this endpoint for trials: https://api.neoncrm.com/neonws/ Instead, as of December 15, API requests made to trial systems must now be made to this endpoint: https://trial.z2systems.com/neonws/ This change only affects…
Read MoreGDPR Compliance and the NeonCRM API
We have updated the NeonCRM API to include additional fields as part of our effort towards GDPR compliance. You can read more about the project here. The updated methods include the new consent data fields found in NeonCRM. These methods have been updated: Create Individual Account Update Individual Account Create Organization Account Update Organization Account…
Read MorePermissions Update
A number of API methods will be updated to include stronger permission controls. These permissions have largely been in place for existing API methods, but on May 5, 2018 we will be releasing a number of updates to tighten permissions. If your application encounters permission errors, please check the permission settings for the system user…
Read MoreSearching and Pagination for Custom Object Records
We have updated the List Custom Object Records method to implement paginated results and searching for records. This means you can retrieve a subset of records (rather than retrieving all records at the same time). You can view the updated documentation here: https://developer.neoncrm.com/api/custom-objects/list-custom-object-records/
Read MoreNew API Methods – Event Registration
The long-awaited capability to use NeonCRM’s API to create event registrations is here. With this update, we get three new API methods: Create Event Registration Calculate Event Registration List Event Tickets Please check out the documentation and feel free to submit your questions to the developer forum.
Read MoreCustom Objects
We have released the ability to create Custom Objects in NeonCRM via the API. This feature is considered to be in an open beta phase. While we do not expect to make significant changes to the overall functionality, we may make incremental improvements and fixes as necessary. The beta period is expected to last approximately…
Read More