Accounts
Guides
API Reference
Language:
Javascript
Creates a single blueprint.
URL Endpoint
https://accounts.api.zesty.io/v1/blueprints
Authentication Header
Bearer YOUR_APP_SID
Request Body
{ "name": "blueprint name" }
Gets a single blueprint.
https://accounts.api.zesty.io/v1/blueprints/{{blueprint_id}}
Gets all blueprints available to a user.
Get blueprints for a given instance
https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/blueprints
Updates a blueprint with the given values.
{ "name": "new blueprint name" }
Deletes a single blueprint.