Skip to content

Partner API updates

We are pleased to announce a few major additions to our Partner API.

  1. If you are partner in our MSP Connect Flex program, you can now use the API to fetch your monthly usage report.
  2. You can now also manage partner admins and roles using the API.

Monthly usage report

For example, to view your monthly billing report for August 2021, call the API:

GET https://api.central.sophos.com/partner/v1/billing/usage/2021/08

The response is paginated in the usual way -- the items field is an array of objects, each of which is a line in monthly usage file. The fields of the object match a single row from the CSV usage file available in Partner Portal.

To fetch the next page, set the pageFromKey query parameter in the request to the value of pages.nextKey in the current response.

Note: This API doesn't return historical data. It will only work from August 2021 onwards.

Admin management

We have added new routes to the Partner API (/partner/v1) to allow managing admins and roles. Read the detailed guide.

Hope you find these updates useful! Please send your feedback our way on the community forum.