Logo

API Changelog

Keep up with the latest changes and updates to our REST API.

This changelog provides a detailed record of all the changes we've made to our API since the previous version 7.4 to version 8.0, including new features, modifications, and deprecations, so that it can help you adapt your implementations to be compatible with our latest updates.

Job Manager

Breaking Changes (Removed Endpoints)

DELETE

Introduction of UUIDs

The most substantial change in version 8.0 is the introduction of UUIDs (Universally Unique Identifiers) for users, replacing the previous ID system. The old functionality is now deprecated!

Attention!

In some operations the old IDs have been replaced by UUIDs, and can no longer be used!

User Identification Changes

Our API has undergone a significant modernization in how we handle user identification. We've moved from numeric IDs to UUIDs across the entire API. This change affects multiple endpoints and DTOs:

Updated DTOs

Migration Notes

If you're currently using numeric user IDs in your Job Manager implementation, you'll need to:

  1. Update all user identification references to use UUID format
  2. Modify any stored procedures or queries that reference user IDs
  3. Update your authentication handling to support UUID-based tokens

We recommend testing these changes thoroughly in a staging environment before deploying to production, as this represents a fundamental change in how user identification is handled throughout the API.

Security Improvements

The latest version of Job Manager API includes several security enhancements:

  1. Enhanced authentication scheme supporting multiple authentication methods
  2. More granular security role definitions
  3. Improved handling of sensitive data in responses
  4. Updated security requirements for participant management endpoints

These changes provide a more robust and secure API while maintaining backward compatibility where possible.

Added Endpoints

GET

PATCH

PUT

DELETE

Added Tags

Changed Endpoints

GET

POST

Marketing Planner

Breaking Changes (Deprecated Endpoints)

POST

DELETE

PUT

POST

GET

PUT

GET

Added Endpoints

GET

Added Tags

Changed Endpoints

PUT

POST

Media Pool

Breaking Changes (Removed Endpoints)

GET

Security

Added Endpoints

GET

POST

DELETE

Added Tags

Changed Endpoints

GET

GET

GET

GET

POST

Breaking Changes

GET

Response Schema Updates

Security Role Changes

Important Changes!

Security Scheme Update

The introduction of "BearerAuth":[] in the root security array means clients must adapt to this new authentication method, potentially breaking existing authentication mechanisms if not handled properly.

Documentation Enhancements

Endpoint Enhancements

Review Manager

Breaking Changes

API Component Updates

Schema Changes

New Features

Review Management

Authentication & Security

Behavioral Changes

Review System

Documentation

Technical Improvements

Data Models

Response Handling

Brand Template Builder

Breaking Changes (Updated Endpoints)

POST

GET

Added Endpoints

DELETE

GET

Shop

Breaking Changes (Updated Endpoints)

POST