VERSION06-MAR-2026Platform API v2 released with several improvements. These updates include breaking changes.
1.
New version: The latest version is now accepted and is set in the URL.Action Required: Update the version in the path of each request.
https://api.getcalico.com/platform/v2
2.
Updated naming conventions: We've normalized all request responses to use snake case.Action Required: Update your code to change JSON keys from camel case to snake case.Example:
Change walletAddress to wallet_address
3.
New data model: We've updated our response model in all Platform API JSON responses.Action Required: Update your code to handle results for all endpoints to use the new data model.