API Update - 8th April 2026
API Update – FAQ
Overview
We are introducing a small update to improve the stability and reliability of our API ahead of the high season.
When will this change be released?
The release is currently scheduled for April 8th 2026 (after Easter).
What is changing?
We are making a backward-compatible update to the following endpoints:
- Single Activity
- List of Activities
The change consists of adding one new optional field to the response.
Are there any breaking changes?
No. This is a backward-compatible update.
- No existing fields are being modified or removed
- No endpoints are changing
- No request structure is changing
Do I need to update my integration?
In most cases, no action is required.
If your integration is designed to ignore unknown fields and only uses the fields it needs, it should continue working without any changes.
When could this affect my integration?
Your integration may be affected if it uses strict response validation.
This means that the system:
- Expects an exact response structure
- Rejects responses containing additional fields, even if they are optional
In this case, the new field could cause validation errors.
What do we recommend?
If your integration performs strict validation, we recommend updating it to use a more tolerant parsing approach.
This means allowing additional fields in the response and ignoring any that are not required.
This is a common best practice when working with APIs and helps ensure compatibility with future improvements.
Are the endpoints or versions changing?
No.
- Endpoint URLs remain the same
- API versioning remains unchanged
- Headers (such as the
Acceptheader) do not need to be modified
There is no need to opt in to a new version.
Please note that the documentation refers to “V2” for clarity purposes only. The live endpoint remains unchanged.
Can I test the changes before release?
At this time, the updated response format is not yet available for testing.
The changes will be available once the release is deployed.
Where can I find the documentation?
You can review the updated endpoints here:
- Single Activity:
https://developer.trekksoft.com/#tag/Activities/paths/~1v2~1activities~1%7BactivityId%7D/get - List of Activities:
https://developer.trekksoft.com/#tag/Activities/paths/~1v2~1activities/get
Will more changes be introduced?
We do not currently plan to modify other endpoints. If any changes are required, they will be communicated in advance, along with updated documentation and sufficient transition time.
Can I get support during the transition?
Yes.
We are available to schedule a call to:
- Review your current integration
- Identify potential issues
- Clarify any technical questions
What should I do next?
- No immediate action is required in most cases
- If your integration uses strict validation, review your parsing logic
- Contact us if you would like confirmation or support