GoodTime Public API Upgrade - September 2026
Last updated: September 3, 2026
NOTE: GoodTime Public API Migration
As part of GoodTime's ongoing commitment to maintaining the security, performance, and reliability of our platform, we have released an upgraded version of our Public API.
This upgraded Public API provides:
Improved performance and reliability
Enhanced security and request handling
Access to new endpoints and future API feature enhancements
Better long-term supportability and scalability
All new GoodTime customers are now being onboarded using this upgraded Public API. As part of this transition, we plan to fully deprecate and discontinue support for the legacy Public API after October 2, 2026. If you integrate with GoodTime's API and you DO NOT migrate to the new Public API, you will not receive access to future API feature enhancements - our legacy Public API will also no longer be maintained.
To ensure uninterrupted API access and continued compatibility with future GoodTime updates, we ask that all customers migrate their existing integration to the new Public API using the instructions listed below.
The update process is straightforward and can typically be completed quickly by your engineering or integrations team.
Public API - Migration Instructions:
Locate the base URL configured in your integration, ATS, or scripts that call the GoodTime Public API.
Update the base URL:
Change from (legacy Public API):
US: https://a.goodtime.io/api/v1/
EU: https://eu.goodtime.io/api/v1/
To (new Public API):
US: https://api.goodtime.io/public/
EU: https://api.eu.goodtime.io/public/
All existing endpoint paths (e.g.
/contacts,/interviews,/tags,/tag-types) remain the same and only require the base URL to change - no other changes to your requests are required.Your existing API key and authentication method remain valid and unchanged.
No additional updates should be required.
For further information on endpoints, checkout our stoplight documentation.