Licenses Controller
The Licenses controller manages license resources in the License.Exposed API.
Endpoints
GET
https://app.license.exposed/api/v1/licenses
List licenses
List all licenses
POST
https://app.license.exposed/api/v1/licenses
Create license
Create a new license
GET
https://app.license.exposed/api/v1/licenses/{id}
Get license
Get license by ID
Parameters
idstringRequired
License ID
GET
https://app.license.exposed/api/v1/licenses/{id}/machines
List license machines
List machines for a license
Parameters
idstringRequired
License ID
PUT
https://app.license.exposed/api/v1/licenses/{id}/machines
Update attestation
Update machine attestation state
Parameters
idstringRequired
License ID
midstringRequired
Machine ID