Changelog
2025-03-11
- Breaking changes on the GraphQL API
- Removed the following deprecated fields
- Changed the type of field
idfromStringtoID!on the following objects
- Added migration guide to documentation
2024-10-11
- New authentication flow
- When generating a token for authentication via API route
/oauth/token, the API will now redirect to IAM system instead of generating a token directly. - The IAM system will generate tokens from now onwards. Your existing API credentials are still valid unless further notice.
- When generating a token for authentication via API route