Partner API Updates: Version 1.0.2

Read about the latest improvements and features we've added to the Premier API for partners and integrators.

New Features and Changes

We regularly introduce new features into our software products. The following new features or changes have been included in this release.

New Endpoint to Retrieve Session Data

A new endpoint has been added to retrieve data about the session referenced by the authentication token passed in the Authorization: Bearer header.

This endpoint is available at GET /Session.

If the token has already expired, the endpoint will return a 403 (Forbidden) response.

Our ref: API-66

Improvements

We regularly review client feedback and support issues. The following items have been resolved in this release.

New /Client/Search endpoint

We've introduced a new endpoint to allow searching of client records. The /Client/Search endpoint accepts several parameters, such as Surname, First Name, E-mail address and phone numbers to find your client records.

Our ref: API-63