Skip to content
Francis Augusto Medeiros-Logeay edited this page Jan 28, 2026 · 1 revision

The extension exposes an API so that devices can be queried and/or deleted. While the API is pretty basic, it was written so that admins can easily integrate it with their MDM. We try to make this extension MDM-agnostic.

All calls need to have an Authorization Bearer {token}. This token must be issued for a client called psso-admin, and it must include the role mac-admin.

In the future we hope to make these settings configurable.

/device

GET method: List all devices

/device/{serial}

GET method: Query one device

/device/{serial}

DELETE method: Delete one device

Clone this wiki locally