Version History


This section describes changes made in subsequent releases and the new features in this API.

ReleaseEnhancementsAPI Version
2025.2To enable API client to integrate with the CPaaS Master Data service, we exposed the CPaaS Master Data API. The following endpoints support operations such as adding a new address, client, location, tenant and more.
- POST /address - registers a new address.
- GET /address - retrieves list of all addresses.
- GET /clients/{id} - retrieves a single client by a given id.
- POST /clients - registers a new client.
- POST /clients/search - searches clients.
- PUT /clients/{id}/parameters/keys/{key} - allows to set parameter for a particular client.
- PUT /clients/update - allows updating a particular client.
- PUT /datareplication/by-tenantid/{tenantId} - invokes replication for all locations belonging to a specific tenant.
- POST /locations - registers a new location.
- POST /locations/search - searches location.
- PUT /locations/{id}/parameters/keys/{key} - allows to set parameter for a particular location.
- PUT /locations/update - allows updating a particular location.
- GET /tenants - retrieves list of all tenants.
- POST /tenants - registers a new tenant.
v1