DATE:
AUTHOR:
The Kandji Team
Improvement

API Updates - Blueprint Endpoints

DATE:
AUTHOR: The Kandji Team

 ㅤ   A set of new API endpoints related to Blueprints is now available. These endpoints allow fetching all Blueprints for an account, creating, updating, and deleting a Blueprint, and returning Blueprint templates. The endpoints will not be enabled by default on existing API tokens; they need to be explicitly enabled within the token's permissions. Specifically, the following API endpoints will now be available:

  • GET /api/v1/blueprints

  • POST /api/v1/blueprints

  • PATCH /api/v1/blueprints/blueprintID

  • DELETE /api/v1/blueprints/blueprintID

  • GET /api/v1/blueprints/blueprintID

  • GET /api/v1/blueprints/templates

    blueprints.png



Visit the API documentation for more info